|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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 | |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| Finder | |
| Provider | |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| Security | |
| Stream | |
| This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. | |
| 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 |
| The filesystem interface provides the public interface for the Filesystem service API consumer. More... | |
| class | FilesystemFacade |
| The filesystem facade is used internally to satisfy the Filesystem interface because the implementations are split into different classes to reduce the size and responsibility of each class. More... | |
| interface | Filesystems |
| The Filesystems interface defines the access methods which can be used to fetch the different filesystems. More... | |
| class | FilesystemsImpl |
| The Filesystems implementation holds the configuration for the filesystem service. More... | |
| interface | MetadataType |
| The possible metadata types of the filesystem metadata. More... | |
| class | Util |
| This Util class is a collection of static helper methods to provide file system related functionality. More... | |
| interface | Visibility |
| This interface provides the available options for the filesystem right management of the filesystem service. More... | |
Functions | |
| static | filesystems () |
| Returns the loaded filesystems. More... | |
Variables | |
| trait | FilesystemsAware |
| Trait which ease the filesystem integration within legacy ILIAS components. 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 37 of file FilesystemsAware.php.
References $DIC.
Referenced by ILIAS\FileUpload\FileUploadImpl\__construct(), ILIAS\Filesystem\Util\LegacyPathHelper\deriveFilesystemFrom(), and ILIAS\FileUpload\FileUploadImpl\selectFilesystem().
Here is the caller graph for this function:| trait ILIAS::Filesystem\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.