- Fixing SystemResource
- Adding tests for StorageManager - Updating doc
This commit is contained in:
@@ -96,4 +96,11 @@ interface IStorage
|
||||
* @return string
|
||||
*/
|
||||
public function __toString();
|
||||
|
||||
/**
|
||||
* The name of the backend
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function getName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user