|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for League\Flysystem\Handler:
Collaboration diagram for League\Flysystem\Handler: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().
Here is the caller graph for this function:| League\Flysystem\Handler::isDir | ( | ) |
Check whether the entree is a directory.
Definition at line 36 of file Handler.php.
References League\Flysystem\Handler\getType().
Here is the call graph for this function:| League\Flysystem\Handler::isFile | ( | ) |
Check whether the entree is a file.
Definition at line 46 of file Handler.php.
References League\Flysystem\Handler\getType().
Here is the call graph for this function:| 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().