|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilObjFileServices. More...
Collaboration diagram for ilFileServicesSettings:Public Member Functions | |
| __construct (ilSetting $settings, ilIniFile $client_ini, ilDBInterface $db) | |
| isByPassAllowedForCurrentUser () | |
| isASCIIConvertionEnabled () | |
| getWhiteListedSuffixes () | |
| getBlackListedSuffixes () | |
| getDefaultWhitelist () | |
| getWhiteListNegative () | |
| getWhiteListPositive () | |
| getProhibited () | |
Protected Attributes | |
| int | $file_admin_ref_id |
Private Member Functions | |
| determineFileAdminRefId () | |
| determineByPass () | |
| read () | |
| readWhiteList () | |
| readBlackList () | |
| getCleaner () | |
Private Attributes | |
| ilSetting | $settings |
| ilDBInterface | $db |
| array | $white_list_default = [] |
| array | $white_list_negative = [] |
| array | $white_list_positive = [] |
| array | $white_list_overall = [] |
| array | $black_list_prohibited = [] |
| array | $black_list_overall = [] |
| bool | $convert_to_ascii = true |
| bool | $bypass = null |
Class ilObjFileServices.
Definition at line 26 of file class.ilFileServicesSettings.php.
| ilFileServicesSettings::__construct | ( | ilSetting | $settings, |
| ilIniFile | $client_ini, | ||
| ilDBInterface | $db | ||
| ) |
Definition at line 40 of file class.ilFileServicesSettings.php.
References $db, $settings, determineFileAdminRefId(), read(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
private |
Definition at line 65 of file class.ilFileServicesSettings.php.
References $DIC.
Referenced by isByPassAllowedForCurrentUser().
Here is the caller graph for this function:
|
private |
Definition at line 56 of file class.ilFileServicesSettings.php.
References $r.
Referenced by __construct().
Here is the caller graph for this function:| ilFileServicesSettings::getBlackListedSuffixes | ( | ) |
Definition at line 142 of file class.ilFileServicesSettings.php.
References $black_list_overall.
Referenced by ilFileServicesFilenameSanitizer\__construct(), and ilFileServicesPreProcessor\__construct().
Here is the caller graph for this function:
|
private |
Definition at line 130 of file class.ilFileServicesSettings.php.
Referenced by readBlackList(), and readWhiteList().
Here is the caller graph for this function:| ilFileServicesSettings::getDefaultWhitelist | ( | ) |
Definition at line 150 of file class.ilFileServicesSettings.php.
References $white_list_default.
| ilFileServicesSettings::getProhibited | ( | ) |
Definition at line 174 of file class.ilFileServicesSettings.php.
References $black_list_prohibited.
| ilFileServicesSettings::getWhiteListedSuffixes | ( | ) |
Definition at line 137 of file class.ilFileServicesSettings.php.
References $white_list_overall.
Referenced by ilFileServicesFilenameSanitizer\__construct().
Here is the caller graph for this function:| ilFileServicesSettings::getWhiteListNegative | ( | ) |
Definition at line 158 of file class.ilFileServicesSettings.php.
References $white_list_negative.
| ilFileServicesSettings::getWhiteListPositive | ( | ) |
Definition at line 166 of file class.ilFileServicesSettings.php.
References $white_list_positive.
| ilFileServicesSettings::isASCIIConvertionEnabled | ( | ) |
Definition at line 90 of file class.ilFileServicesSettings.php.
References $convert_to_ascii.
| ilFileServicesSettings::isByPassAllowedForCurrentUser | ( | ) |
Definition at line 76 of file class.ilFileServicesSettings.php.
References $bypass, and determineByPass().
Here is the call graph for this function:
|
private |
Definition at line 84 of file class.ilFileServicesSettings.php.
References readBlackList(), and readWhiteList().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 117 of file class.ilFileServicesSettings.php.
References $black_list_prohibited, getCleaner(), and ILIAS\Repository\settings().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 95 of file class.ilFileServicesSettings.php.
References getCleaner(), and ILIAS\Repository\settings().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 35 of file class.ilFileServicesSettings.php.
Referenced by getBlackListedSuffixes().
|
private |
Definition at line 34 of file class.ilFileServicesSettings.php.
Referenced by getProhibited(), and readBlackList().
|
private |
Definition at line 37 of file class.ilFileServicesSettings.php.
Referenced by isByPassAllowedForCurrentUser().
|
private |
Definition at line 36 of file class.ilFileServicesSettings.php.
Referenced by isASCIIConvertionEnabled().
|
private |
Definition at line 29 of file class.ilFileServicesSettings.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilFileServicesSettings.php.
|
private |
Definition at line 28 of file class.ilFileServicesSettings.php.
Referenced by __construct().
|
private |
Definition at line 30 of file class.ilFileServicesSettings.php.
Referenced by getDefaultWhitelist().
|
private |
Definition at line 31 of file class.ilFileServicesSettings.php.
Referenced by getWhiteListNegative().
|
private |
Definition at line 33 of file class.ilFileServicesSettings.php.
Referenced by getWhiteListedSuffixes().
|
private |
Definition at line 32 of file class.ilFileServicesSettings.php.
Referenced by getWhiteListPositive().