ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct (FilesystemInterface $filesystem=null, $path=null) | |
Constructor. More... | |
isDir () | |
Check whether the entree is a directory. More... | |
isFile () | |
Check whether the entree is a file. More... | |
getType () | |
Retrieve the entree type (file|dir). More... | |
setFilesystem (FilesystemInterface $filesystem) | |
Set the Filesystem object. More... | |
getFilesystem () | |
Retrieve the Filesystem object. More... | |
setPath ($path) | |
Set the entree path. More... | |
getPath () | |
Retrieve the entree path. More... | |
__call ($method, array $arguments) | |
Plugins pass-through. More... | |
Protected Attributes | |
$path | |
$filesystem | |
Definition at line 7 of file Handler.php.
League\Flysystem\Handler::__construct | ( | FilesystemInterface | $filesystem = null , |
$path = null |
|||
) |
Constructor.
FilesystemInterface | $filesystem | |
string | $path |
Definition at line 25 of file Handler.php.
References League\Flysystem\Handler\$filesystem, and League\Flysystem\Handler\$path.
League\Flysystem\Handler::__call | ( | $method, | |
array | $arguments | ||
) |
Plugins pass-through.
string | $method | |
array | $arguments |
Definition at line 119 of file Handler.php.
References League\Flysystem\Handler\$filesystem.
League\Flysystem\Handler::getFilesystem | ( | ) |
Retrieve the Filesystem object.
Definition at line 82 of file Handler.php.
References League\Flysystem\Handler\$filesystem.
League\Flysystem\Handler::getPath | ( | ) |
Retrieve the entree path.
Definition at line 106 of file Handler.php.
References League\Flysystem\Handler\$path.
League\Flysystem\Handler::getType | ( | ) |
Retrieve the entree type (file|dir).
Definition at line 56 of file Handler.php.
References $metadata.
Referenced by League\Flysystem\Handler\isDir(), and League\Flysystem\Handler\isFile().
League\Flysystem\Handler::isDir | ( | ) |
Check whether the entree is a directory.
Definition at line 36 of file Handler.php.
References League\Flysystem\Handler\getType().
League\Flysystem\Handler::isFile | ( | ) |
Check whether the entree is a file.
Definition at line 46 of file Handler.php.
References League\Flysystem\Handler\getType().
League\Flysystem\Handler::setFilesystem | ( | FilesystemInterface | $filesystem | ) |
Set the Filesystem object.
FilesystemInterface | $filesystem |
Definition at line 70 of file Handler.php.
References League\Flysystem\Handler\$filesystem.
League\Flysystem\Handler::setPath | ( | $path | ) |
Set the entree path.
string | $path |
Definition at line 94 of file Handler.php.
References League\Flysystem\Handler\$path.
|
protected |
Definition at line 17 of file Handler.php.
Referenced by League\Flysystem\Handler\__call(), League\Flysystem\Handler\__construct(), League\Flysystem\Handler\getFilesystem(), and League\Flysystem\Handler\setFilesystem().
|
protected |
Definition at line 12 of file Handler.php.
Referenced by League\Flysystem\Handler\__construct(), League\Flysystem\Handler\getPath(), and League\Flysystem\Handler\setPath().