mirror of
https://github.com/friendica/friendica
synced 2025-04-21 18:30:11 +00:00
Renamed __toString() to getName()
This commit is contained in:
parent
d2211bd6dd
commit
3834d5e129
10 changed files with 37 additions and 16 deletions
|
@ -91,7 +91,10 @@ class ArrayCache extends Cache implements IMemoryCache
|
|||
}
|
||||
}
|
||||
|
||||
public function __toString()
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return self::TYPE_ARRAY;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue