ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Namespaces | |
Adapter | |
Plugin | |
Util | |
Data Structures | |
interface | AdapterInterface |
class | Config |
class | Directory |
class | Exception |
class | File |
class | FileExistsException |
class | FileNotFoundException |
class | Filesystem |
array getWithMetadata(string $path, array $metadata) bool forceCopy(string $path, string $newpath) bool forceRename(string $path, string $newpath) array listFiles(string $path = '', boolean $recursive = false) array listPaths(string $path = '', boolean $recursive = false) 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().
|
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().
|
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().
trait League::Flysystem\ConfigAwareTrait |
Definition at line 9 of file ConfigAwareTrait.php.