- Fixing SystemResource

- Adding tests for StorageManager
- Updating doc
This commit is contained in:
nupplaPhil
2020-01-06 17:42:28 +01:00
parent cc501439af
commit dbd5b5bb6e
12 changed files with 547 additions and 59 deletions

View File

@@ -96,4 +96,11 @@ interface IStorage
* @return string
*/
public function __toString();
/**
* The name of the backend
*
* @return string
*/
public static function getName();
}