ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 16 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 33 of file Location.php.
Referenced by ilCertificateBackgroundImageUpload\getTargetFilesystem(), ilUtil\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 28 of file Location.php.
Referenced by ilCertificateBackgroundImageUpload\getTargetFilesystem(), ilUtil\sanitateTargetPath(), and ILIAS\FileUpload\FileUploadImpl\selectFilesystem().
const ILIAS\FileUpload\Location::TEMPORARY = 4 |
The ILIAS temporary directory.
Equal to the filesystem->temp
Definition at line 38 of file Location.php.
Referenced by ilCertificateBackgroundImageUpload\getTargetFilesystem(), ilUtil\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 23 of file Location.php.
Referenced by ilCertificateBackgroundImageUpload\getTargetFilesystem(), ilUtil\sanitateTargetPath(), and ILIAS\FileUpload\FileUploadImpl\selectFilesystem().