ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
AbstractPlugin.php
Go to the documentation of this file.
1
<?php
2
3
namespace
League\Flysystem\Plugin
;
4
5
use
League\Flysystem\FilesystemInterface
;
6
use
League\Flysystem\PluginInterface
;
7
8
abstract
class
AbstractPlugin
implements
PluginInterface
9
{
13
protected
$filesystem
;
14
20
public
function
setFilesystem
(
FilesystemInterface
$filesystem
)
21
{
22
$this->filesystem =
$filesystem
;
23
}
24
}
League\Flysystem\Plugin\AbstractPlugin\$filesystem
$filesystem
Definition:
AbstractPlugin.php:13
PluginInterface
League\Flysystem\Plugin\AbstractPlugin\setFilesystem
setFilesystem(FilesystemInterface $filesystem)
Set the Filesystem object.
Definition:
AbstractPlugin.php:20
FilesystemInterface
League\Flysystem\Plugin\AbstractPlugin
Definition:
AbstractPlugin.php:8
League\Flysystem\PluginInterface
Definition:
PluginInterface.php:5
League\Flysystem\Plugin
Definition:
AbstractPlugin.php:3
League\Flysystem\FilesystemInterface
Definition:
FilesystemInterface.php:5
libs
composer
vendor
league
flysystem
src
Plugin
AbstractPlugin.php
Generated on Tue Jan 28 2025 19:01:07 for ILIAS by
1.8.13 (using
Doxyfile
)