ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ILIAS\FileUpload\Location Interface Reference

Interface Location. More...

+ 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...
 

Detailed Description

Interface Location.

Defines the valid filesystem locations for the file upload service.

Author
Nicolas Schäfli ns@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Since
5.3
Version
1.0

Definition at line 16 of file Location.php.

Field Documentation

◆ CUSTOMIZING

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().

◆ STORAGE

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().

◆ TEMPORARY

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().

◆ WEB

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().


The documentation for this interface was generated from the following file: