ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
League\Flysystem\Plugin\AbstractPlugin Class Reference
+ 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...
 

Protected Attributes

 $filesystem
 

Detailed Description

Definition at line 8 of file AbstractPlugin.php.

Member Function Documentation

◆ setFilesystem()

League\Flysystem\Plugin\AbstractPlugin::setFilesystem ( FilesystemInterface  $filesystem)

Set the Filesystem object.

Parameters
FilesystemInterface$filesystem

Implements League\Flysystem\PluginInterface.

Definition at line 20 of file AbstractPlugin.php.

References League\Flysystem\Plugin\AbstractPlugin\$filesystem.

21  {
22  $this->filesystem = $filesystem;
23  }

Field Documentation

◆ $filesystem

League\Flysystem\Plugin\AbstractPlugin::$filesystem
protected

The documentation for this class was generated from the following file: