isDisk() isDisk( $diskName) : boolean Returns true of false if disk Exists Parameters $diskName Returns boolean
getDriver() getDriver() : \app\framework\Component\Storage\Driver\Local\LocalStorageDriver Returns \app\framework\Component\Storage\Driver\Local\LocalStorageDriver
getPath() getPath() : String|boolean Returns Path or false if path is not defined in config file. Returns String|boolean
unserialize() unserialize(string $string) : array|mixed Unserializes the given string and returns the array. Parameters string $string String to serialize. Returns array|mixed