$directory
$directory : string
Class LocalStorageDriver v1.0
$helper : \app\framework\Component\Storage\Driver\Local\LocalHelper
Contains the LocalHelper Class
getKeys(string $key = '', boolean|integer $recursive = false) : array
Returns an array of all keys (files and directories)
For storages that do not support directories, both parameters are irrelevant.
string | $key | (Optional) Key of a directory to get keys from. If not set - keys will be read from the storage root. |
boolean|integer | $recursive | (Optional) Read all items recursively. Pass integer value to specify recursion depth. |