|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for League\Flysystem\Plugin\AbstractPlugin:
Collaboration diagram for League\Flysystem\Plugin\AbstractPlugin:Public Member Functions | |
| setFilesystem (FilesystemInterface $filesystem) | |
| Set the Filesystem object. More... | |
Public Member Functions inherited from League\Flysystem\PluginInterface | |
| getMethod () | |
| Get the method name. More... | |
| setFilesystem (FilesystemInterface $filesystem) | |
| Set the Filesystem object. More... | |
Protected Attributes | |
| $filesystem | |
Definition at line 8 of file AbstractPlugin.php.
| League\Flysystem\Plugin\AbstractPlugin::setFilesystem | ( | FilesystemInterface | $filesystem | ) |
Set the Filesystem object.
| FilesystemInterface | $filesystem |
Implements League\Flysystem\PluginInterface.
Definition at line 20 of file AbstractPlugin.php.
References League\Flysystem\Plugin\AbstractPlugin\$filesystem.
|
protected |
Definition at line 13 of file AbstractPlugin.php.
Referenced by League\Flysystem\Plugin\AbstractPlugin\setFilesystem().