|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for League\Flysystem\PluginInterface:
Collaboration diagram for League\Flysystem\PluginInterface: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\EmptyDir, League\Flysystem\Plugin\ForcedCopy, League\Flysystem\Plugin\ForcedRename, League\Flysystem\Plugin\GetWithMetadata, League\Flysystem\Plugin\ListFiles, League\Flysystem\Plugin\ListPaths, and League\Flysystem\Plugin\ListWith.
Referenced by League\Flysystem\Plugin\addPlugin().
Here is the caller graph for this function:| League\Flysystem\PluginInterface::setFilesystem | ( | FilesystemInterface | $filesystem | ) |
Set the Filesystem object.
| FilesystemInterface | $filesystem |
Implemented in League\Flysystem\Plugin\AbstractPlugin.