mirror of
https://github.com/friendica/friendica
synced 2025-05-09 05:04:10 +02:00
Renamed __toString() to getName()
This commit is contained in:
parent
d2211bd6dd
commit
3834d5e129
10 changed files with 37 additions and 16 deletions
|
@ -152,8 +152,11 @@ class ProfilerCache implements ICache, IMemoryCache
|
|||
}
|
||||
}
|
||||
|
||||
public function __toString()
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function GetName()
|
||||
{
|
||||
return (string)$this->cache . ' (with profiler)';
|
||||
return $this->cache->getName() . ' (with profiler)';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue