19 declare(strict_types=1);
61 $visibility =
new PortableVisibilityConverter(
68 $adapter =
new LocalFilesystemAdapter(
97 return match ($configLinkBehaviour) {
100 default =>
throw new \InvalidArgumentException(
101 "The supplied value \"$configLinkBehaviour\" is not a valid LocalConfig link behaviour constant." 120 if ($code === LOCK_EX) {
123 if ($code === LOCK_SH) {
126 throw new \InvalidArgumentException(
127 "The supplied value \"$code\" is not a valid file lock mode please check your local file storage configurations."
const DIRECTORY_ACCESS_KEY
Fly system file access implementation.
getDirectoryAccessPrivate()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
mapConfigLinkToLocalLinks(int $configLinkBehaviour)
Maps a constant of the LocalConfig class into a constant of the Local class.
getDirectoryAccessPublic()
getInstance(LocalConfig $config)
Creates a new instance of the local filesystem adapter used by fly system.
This class is used to configure the local filesystem adapter.
validateFileLockMode(int $code)
Checks if the supplied file lock mode is valid.
The filesystem facade is used internally to satisfy the Filesystem interface because the implementati...