|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for League\Flysystem\Plugin\EmptyDir:
Collaboration diagram for League\Flysystem\Plugin\EmptyDir:Public Member Functions | |
| getMethod () | |
| Get the method name. More... | |
| handle ($dirname) | |
| Empty a directory's contents. More... | |
Public Member Functions inherited from League\Flysystem\Plugin\AbstractPlugin | |
| setFilesystem (FilesystemInterface $filesystem) | |
| Set the Filesystem object. More... | |
| getMethod () | |
| Get the method name. More... | |
| setFilesystem (FilesystemInterface $filesystem) | |
| Set the Filesystem object. More... | |
Additional Inherited Members | |
Protected Attributes inherited from League\Flysystem\Plugin\AbstractPlugin | |
| $filesystem | |
Definition at line 5 of file EmptyDir.php.
| League\Flysystem\Plugin\EmptyDir::getMethod | ( | ) |
Get the method name.
Implements League\Flysystem\PluginInterface.
Definition at line 12 of file EmptyDir.php.
| League\Flysystem\Plugin\EmptyDir::handle | ( | $dirname | ) |
Empty a directory's contents.
| $dirname |
Definition at line 22 of file EmptyDir.php.