ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Class ilObjFileServices. More...
Public Member Functions | |
__construct (private ilSetting $settings, ilIniFile $client_ini, private 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 | |
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 | ( | private ilSetting | $settings, |
ilIniFile | $client_ini, | ||
private ilDBInterface | $db | ||
) |
Definition at line 38 of file class.ilFileServicesSettings.php.
References determineFileAdminRefId(), and read().
|
private |
Definition at line 60 of file class.ilFileServicesSettings.php.
References $DIC.
Referenced by isByPassAllowedForCurrentUser().
|
private |
Definition at line 51 of file class.ilFileServicesSettings.php.
References $r.
Referenced by __construct().
ilFileServicesSettings::getBlackListedSuffixes | ( | ) |
Definition at line 135 of file class.ilFileServicesSettings.php.
References $black_list_overall.
Referenced by ilFileServicesFilenameSanitizer\__construct().
|
private |
Definition at line 125 of file class.ilFileServicesSettings.php.
Referenced by readBlackList(), and readWhiteList().
ilFileServicesSettings::getDefaultWhitelist | ( | ) |
Definition at line 143 of file class.ilFileServicesSettings.php.
References $white_list_default.
ilFileServicesSettings::getProhibited | ( | ) |
Definition at line 167 of file class.ilFileServicesSettings.php.
References $black_list_prohibited.
ilFileServicesSettings::getWhiteListedSuffixes | ( | ) |
Definition at line 130 of file class.ilFileServicesSettings.php.
References $white_list_overall.
Referenced by ilFileServicesFilenameSanitizer\__construct().
ilFileServicesSettings::getWhiteListNegative | ( | ) |
Definition at line 151 of file class.ilFileServicesSettings.php.
References $white_list_negative.
ilFileServicesSettings::getWhiteListPositive | ( | ) |
Definition at line 159 of file class.ilFileServicesSettings.php.
References $white_list_positive.
ilFileServicesSettings::isASCIIConvertionEnabled | ( | ) |
Definition at line 85 of file class.ilFileServicesSettings.php.
References $convert_to_ascii.
ilFileServicesSettings::isByPassAllowedForCurrentUser | ( | ) |
Definition at line 71 of file class.ilFileServicesSettings.php.
References $bypass, determineByPass(), and null.
|
private |
Definition at line 79 of file class.ilFileServicesSettings.php.
References readBlackList(), and readWhiteList().
Referenced by __construct().
|
private |
Definition at line 112 of file class.ilFileServicesSettings.php.
References $black_list_prohibited, getCleaner(), and ILIAS\Repository\settings().
Referenced by read().
|
private |
Definition at line 90 of file class.ilFileServicesSettings.php.
References getCleaner(), and ILIAS\Repository\settings().
Referenced by read().
|
private |
Definition at line 33 of file class.ilFileServicesSettings.php.
Referenced by getBlackListedSuffixes().
|
private |
Definition at line 32 of file class.ilFileServicesSettings.php.
Referenced by getProhibited(), and readBlackList().
|
private |
Definition at line 35 of file class.ilFileServicesSettings.php.
Referenced by isByPassAllowedForCurrentUser().
|
private |
Definition at line 34 of file class.ilFileServicesSettings.php.
Referenced by isASCIIConvertionEnabled().
|
protected |
Definition at line 36 of file class.ilFileServicesSettings.php.
|
private |
Definition at line 28 of file class.ilFileServicesSettings.php.
Referenced by getDefaultWhitelist().
|
private |
Definition at line 29 of file class.ilFileServicesSettings.php.
Referenced by getWhiteListNegative().
|
private |
Definition at line 31 of file class.ilFileServicesSettings.php.
Referenced by getWhiteListedSuffixes().
|
private |
Definition at line 30 of file class.ilFileServicesSettings.php.
Referenced by getWhiteListPositive().