|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for League\Flysystem\Directory:
Collaboration diagram for League\Flysystem\Directory: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 | ( | ) |
Delete the directory.
Definition at line 12 of file Directory.php.
| League\Flysystem\Directory::getContents | ( | $recursive = false | ) |
List the directory contents.
| bool | $recursive |
Definition at line 24 of file Directory.php.