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