Renamed __toString() to getName()
This commit is contained in:
parent
d2211bd6dd
commit
3834d5e129
10 changed files with 37 additions and 16 deletions
|
@ -54,4 +54,11 @@ interface ICache
|
|||
* @return bool
|
||||
*/
|
||||
public function clear($outdated = true);
|
||||
|
||||
/**
|
||||
* Returns the name of the current cache
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getName();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue