Renamed __toString() to getName()
This commit is contained in:
@@ -28,13 +28,6 @@ abstract class Cache implements ICache
|
||||
const MINUTE = 60;
|
||||
const INFINITE = 0;
|
||||
|
||||
/**
|
||||
* Force each Cache implementation to define the ToString method
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
abstract function __toString();
|
||||
|
||||
/**
|
||||
* @var string The hostname
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user