ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
PluginInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
League\Flysystem
;
4
5
interface
PluginInterface
6
{
12
public
function
getMethod
();
13
19
public
function
setFilesystem
(
FilesystemInterface
$filesystem);
20
}
php
An exception for terminatinating execution or to throw for unit testing.
League\Flysystem\FilesystemInterface
Definition:
FilesystemInterface.php:6
League\Flysystem\PluginInterface
Definition:
PluginInterface.php:6
League\Flysystem\PluginInterface\getMethod
getMethod()
Get the method name.
League\Flysystem\PluginInterface\setFilesystem
setFilesystem(FilesystemInterface $filesystem)
Set the Filesystem object.
League\Flysystem
libs
composer
vendor
league
flysystem
src
PluginInterface.php
Generated on Sat Oct 4 2025 19:00:55 for ILIAS by
1.9.4 (using
Doxyfile
)