|
ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
|
Collaboration diagram for ILIAS\WebDAV\Config:Public Member Functions | |
| enableDebugging () | |
| isActive () | |
| getMountInstructionsQuery () | |
| prependClientName () | |
| getEndpoint () | |
| getClientId () | |
| getRefIdPrefix () | |
| getInvalidStartCharacters () | |
| getIncompatibleCharacters () | |
| getSupportedObjectTypes () | |
| getDeletedObjectsRetentionPeriod () | |
Private Attributes | |
| const string | REF_PREFIX = 'ref_' |
| const string | WEBDAV_ENDPOINT = 'webdav.php' |
| const string | MOUNT_INSTRUCTIONS_QUERY = 'mount-instructions' |
| bool | $is_enabed = null |
Definition at line 26 of file Config.php.
| ILIAS\WebDAV\Config::enableDebugging | ( | ) |
Definition at line 33 of file Config.php.
| ILIAS\WebDAV\Config::getClientId | ( | ) |
| ILIAS\WebDAV\Config::getDeletedObjectsRetentionPeriod | ( | ) |
Definition at line 94 of file Config.php.
| ILIAS\WebDAV\Config::getEndpoint | ( | ) |
Definition at line 53 of file Config.php.
References ILIAS\WebDAV\Config\WEBDAV_ENDPOINT.
| ILIAS\WebDAV\Config::getIncompatibleCharacters | ( | ) |
Definition at line 73 of file Config.php.
| ILIAS\WebDAV\Config::getInvalidStartCharacters | ( | ) |
Definition at line 68 of file Config.php.
| ILIAS\WebDAV\Config::getMountInstructionsQuery | ( | ) |
Definition at line 43 of file Config.php.
References ILIAS\WebDAV\Config\MOUNT_INSTRUCTIONS_QUERY.
| ILIAS\WebDAV\Config::getRefIdPrefix | ( | ) |
Definition at line 63 of file Config.php.
References ILIAS\WebDAV\Config\REF_PREFIX.
| ILIAS\WebDAV\Config::getSupportedObjectTypes | ( | ) |
Definition at line 89 of file Config.php.
| ILIAS\WebDAV\Config::isActive | ( | ) |
Definition at line 38 of file Config.php.
| ILIAS\WebDAV\Config::prependClientName | ( | ) |
Definition at line 48 of file Config.php.
|
private |
Definition at line 31 of file Config.php.
|
private |
Definition at line 30 of file Config.php.
Referenced by ILIAS\WebDAV\Config\getMountInstructionsQuery().
|
private |
Definition at line 28 of file Config.php.
Referenced by ILIAS\WebDAV\Config\getRefIdPrefix().
|
private |
Definition at line 29 of file Config.php.
Referenced by ILIAS\WebDAV\Config\getEndpoint().