ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Namespaces | |
Decorator | |
Definitions | |
DTO | |
Exception | |
Finder | |
Provider | |
Security | |
Stream | |
Util | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
Data Structures | |
interface | Filesystem |
Interface Filesystem. More... | |
class | FilesystemFacade |
Class FilesystemFacade. More... | |
interface | Filesystems |
Class Filesystems. More... | |
class | FilesystemsImpl |
Class FilesystemsImpl. More... | |
interface | MetadataType |
Class MetadataType. More... | |
class | Util |
This Util class is a collection of static helper methods to provide file system related functionality. More... | |
interface | Visibility |
Interface Visibility. More... | |
Functions | |
static | filesystems () |
Returns the loaded filesystems. More... | |
Variables | |
trait | FilesystemsAware |
Trait FilesystemsAware. More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
|
staticprivate |
Returns the loaded filesystems.
Definition at line 39 of file FilesystemsAware.php.
References $DIC.
Referenced by ILIAS\FileUpload\FileUploadImpl\__construct(), ILIAS\Filesystem\Util\LegacyPathHelper\deriveFilesystemFrom(), and ILIAS\FileUpload\FileUploadImpl\selectFilesystem().
trait ILIAS::Filesystem\FilesystemsAware |
Trait FilesystemsAware.
Trait which ease the filesystem integration within legacy ILIAS components. This trait should not be used within new components.
Definition at line 31 of file FilesystemsAware.php.