Filesystem
class Filesystem (View source)
Methods
create()
Creates everything necessary to store files in folders.
FileFolder|null
getFolder(mixed $folderID)
Get a folder given its ID.
FileFolder|null
getRootFolder()
Get the root folder.
addFolder(FileFolder $folder, string $name, int|StorageLocation|null $storageLocationID = null)
Create a new folder.
Details
FileManager
create()
Creates everything necessary to store files in folders.
setDefaultPermissions(FileManager $tree)
No description
FileFolder|null
getFolder(mixed $folderID)
Get a folder given its ID.
FileFolder|null
getRootFolder()
Get the root folder.
FileFolder
addFolder(FileFolder $folder, string $name, int|StorageLocation|null $storageLocationID = null)
Create a new folder.