ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
delete () | |
Delete the directory. More... | |
getContents ($recursive=false) | |
List the directory contents. More... | |
Public Member Functions inherited from League\Flysystem\Handler | |
__construct (FilesystemInterface $filesystem=null, $path=null) | |
Constructor. More... | |
isDir () | |
Check whether the entree is a directory. More... | |
isFile () | |
Check whether the entree is a file. More... | |
getType () | |
Retrieve the entree type (file|dir). More... | |
setFilesystem (FilesystemInterface $filesystem) | |
Set the Filesystem object. More... | |
getFilesystem () | |
Retrieve the Filesystem object. More... | |
setPath ($path) | |
Set the entree path. More... | |
getPath () | |
Retrieve the entree path. More... | |
__call ($method, array $arguments) | |
Plugins pass-through. More... | |
Additional Inherited Members | |
Protected Attributes inherited from League\Flysystem\Handler | |
$path | |
$filesystem | |
Definition at line 5 of file Directory.php.
League\Flysystem\Directory::delete | ( | ) |
League\Flysystem\Directory::getContents | ( | $recursive = false | ) |
List the directory contents.
bool | $recursive |
Definition at line 24 of file Directory.php.