NoFolders
trait NoFolders
A storage that does not support subfolders
Methods
bool
supportsFolders()
No description
bool
isFolder(string $path)
No description
SubCreateFolder(string $path)
No description
SubDeleteFolder(string $path)
No description
SubRenameFolder(string $old, string $new)
No description
SubMoveFile(string $old, string $new)
No description
SubMoveFolder(string $old, string $new)
No description
SubCopyFolder(string $old, string $new)
No description
Details
at line 96
bool
supportsFolders()
No description
at line 98
bool
isFolder(string $path)
No description
at line 103
protected Storage
SubCreateFolder(string $path)
No description
at line 105
protected Storage
SubDeleteFolder(string $path)
No description
at line 107
protected Storage
SubRenameFolder(string $old, string $new)
No description
at line 109
protected Storage
SubMoveFile(string $old, string $new)
No description
at line 111
protected Storage
SubMoveFolder(string $old, string $new)
No description
at line 113
protected Storage
SubCopyFolder(string $old, string $new)
No description