|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Namespaces | |
| namespace | Adapter |
| namespace | Plugin |
| namespace | Util |
Data Structures | |
| interface | AdapterInterface |
| class | Config |
| class | Directory |
| class | Exception |
| class | File |
| class | FileExistsException |
| class | FileNotFoundException |
| class | Filesystem |
| @method array getWithMetadata(string $path, array $metadata) @method bool forceCopy(string $path, string $newpath) @method bool forceRename(string $path, string $newpath) @method array listFiles(string $path = '', boolean $recursive = false) @method array listPaths(string $path = '', boolean $recursive = false) @method array listWith(array $keys = [], $directory = '', $recursive = false) More... | |
| interface | FilesystemInterface |
| class | FilesystemNotFoundException |
| Thrown when the MountManager cannot find a filesystem. More... | |
| class | Handler |
| class | MountManager |
| Class MountManager. More... | |
| class | NotSupportedException |
| interface | PluginInterface |
| interface | ReadInterface |
| class | RootViolationException |
| class | SafeStorage |
| class | UnreadableFileException |
| class | Util |
Functions | |
| setConfig ($config) | |
| Set the config. More... | |
| getConfig () | |
| Get the Config. More... | |
| prepareConfig (array $config) | |
| Convert a config array to a Config object with the correct fallback. More... | |
Variables | |
| trait | ConfigAwareTrait |
| League\Flysystem\getConfig | ( | ) |
Get the Config.
Definition at line 30 of file ConfigAwareTrait.php.
References $config.
Referenced by ilSurveyImporter\importXmlRepresentation(), and League\Flysystem\prepareConfig().
Here is the caller graph for this function:
|
protected |
Convert a config array to a Config object with the correct fallback.
| array | $config |
Definition at line 42 of file ConfigAwareTrait.php.
References $config, and League\Flysystem\getConfig().
Referenced by League\Flysystem\Filesystem\createDir(), League\Flysystem\Filesystem\put(), League\Flysystem\Filesystem\putStream(), League\Flysystem\Filesystem\update(), League\Flysystem\Filesystem\updateStream(), League\Flysystem\Filesystem\write(), and League\Flysystem\Filesystem\writeStream().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Set the config.
| Config | array | null | $config |
Definition at line 20 of file ConfigAwareTrait.php.
References $config, and League\Flysystem\Util\ensureConfig().
Referenced by League\Flysystem\Filesystem\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| trait League::Flysystem\ConfigAwareTrait |
Definition at line 8 of file ConfigAwareTrait.php.