|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\FileUpload\Location:Data Fields | |
| const | WEB = 1 |
| The filesystem within the ilias web root. More... | |
| const | STORAGE = 2 |
| The filesystem outside of the ilias web root. More... | |
| const | CUSTOMIZING = 3 |
| The filesystem within the web root where all the skins and plugins are saved. More... | |
| const | TEMPORARY = 4 |
| The ILIAS temporary directory. More... | |
Interface Location.
Defines the valid filesystem locations for the file upload service.
Definition at line 29 of file Location.php.
| const ILIAS\FileUpload\Location::CUSTOMIZING = 3 |
The filesystem within the web root where all the skins and plugins are saved.
Equal to the filesystem->customizing
Definition at line 45 of file Location.php.
Referenced by ILIAS\Filesystem\Util\LegacyPathHelper\deriveLocationFrom(), ilFileUtils\sanitateTargetPath(), and ILIAS\FileUpload\FileUploadImpl\selectFilesystem().
| const ILIAS\FileUpload\Location::STORAGE = 2 |
The filesystem outside of the ilias web root.
Equal to the filesystem->storage
Definition at line 40 of file Location.php.
Referenced by ILIAS\Filesystem\Util\LegacyPathHelper\deriveLocationFrom(), ilFileUtils\sanitateTargetPath(), ILIAS\FileUpload\FileUploadImpl\selectFilesystem(), and ILIAS\ResourceStorage\StorageHandler\FileSystemBased\AbstractFileSystemStorageHandler\storeStream().
| const ILIAS\FileUpload\Location::TEMPORARY = 4 |
The ILIAS temporary directory.
Equal to the filesystem->temp
Definition at line 50 of file Location.php.
Referenced by ILIAS\Filesystem\Util\LegacyPathHelper\deriveLocationFrom(), ilFileUtils\sanitateTargetPath(), and ILIAS\FileUpload\FileUploadImpl\selectFilesystem().
| const ILIAS\FileUpload\Location::WEB = 1 |
The filesystem within the ilias web root.
Equal to the filesystem->web
Definition at line 35 of file Location.php.
Referenced by ILIAS\Filesystem\Util\LegacyPathHelper\deriveLocationFrom(), ilFileUtils\sanitateTargetPath(), ILIAS\FileUpload\FileUploadImpl\selectFilesystem(), and ILIAS\Style\Content\ImageFileRepo\uploadImage().