ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
getMethod () | |
Get the method name. More... | |
setFilesystem (FilesystemInterface $filesystem) | |
Set the Filesystem object. More... | |
Definition at line 5 of file PluginInterface.php.
League\Flysystem\PluginInterface::getMethod | ( | ) |
Get the method name.
Implemented in League\Flysystem\Plugin\GetWithMetadata, League\Flysystem\Plugin\EmptyDir, League\Flysystem\Plugin\ForcedCopy, League\Flysystem\Plugin\ForcedRename, League\Flysystem\Plugin\ListFiles, League\Flysystem\Plugin\ListPaths, and League\Flysystem\Plugin\ListWith.
Referenced by League\Flysystem\Plugin\addPlugin().
League\Flysystem\PluginInterface::setFilesystem | ( | FilesystemInterface | $filesystem | ) |
Set the Filesystem object.
FilesystemInterface | $filesystem |
Implemented in League\Flysystem\Plugin\AbstractPlugin.