Renamed __toString() to getName()
This commit is contained in:
@@ -153,7 +153,10 @@ class APCuCache extends Cache implements IMemoryCache
|
||||
return true;
|
||||
}
|
||||
|
||||
public function __toString()
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return self::TYPE_APCU;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user