ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct () | |
isDownloadWithAsciiFileName () | |
setDownloadWithAsciiFileName (bool $value) | |
isShowAmountOfDownloads () | |
setShowAmountOfDownloads (bool $value) | |
setInlineFileExtensions (array $extensions) | |
getInlineFileExtensions () | |
getDownloadLimitinMB () | |
setDownloadLimitInMB (int $limit) | |
![]() | |
__construct (string $a_module="common", bool $a_disabled_cache=false) | |
getModule () | |
read () | |
get (string $a_keyword, ?string $a_default_value=null) | |
get setting More... | |
deleteAll () | |
deleteLike (string $a_like) | |
delete (string $a_keyword) | |
getAll () | |
set (string $a_key, string $a_val) | |
setScormDebug (string $a_key, string $a_val) | |
Data Fields | |
const | MODULE_NAME = 'file_access' |
const | F_BG_LIMIT = 'bg_limit' |
const | F_INLINE_FILE_EXTENSIONS = 'inline_file_extensions' |
const | F_SHOW_AMOUNT_OF_DOWNLOADS = 'show_amount_of_downloads' |
const | F_DOWNLOAD_ASCII_FILENAME = 'download_ascii_filename' |
![]() | |
array | $setting = array() |
string | $module = "" |
Private Member Functions | |
strToBool (string $value) | |
boolToStr (bool $value) | |
intToStr (int $int) | |
strToInt (string $str) | |
arrayToStr (array $array) | |
strToArray (string $str) | |
Private Attributes | |
const | SEPARATOR = ' ' |
array | $default_inline_extensions |
Additional Inherited Members | |
![]() | |
static | _lookupValue (string $a_module, string $a_keyword) |
static | _getValueType () |
Get the type of the value column in the database. More... | |
static | _changeValueType (string $a_new_type='text') |
change the type of the value column in the database More... | |
static | _getLongerSettings (int $a_limit=4000) |
get a list of setting records with values loger than a limit More... | |
![]() | |
ilDBInterface | $db |
bool | $cache_disabled = false |
Definition at line 27 of file General.php.
ILIAS\components\File\Settings\General::__construct | ( | ) |
Definition at line 48 of file General.php.
References ILIAS\GlobalScreen\Provider\__construct().
|
private |
Definition at line 122 of file General.php.
Referenced by ILIAS\components\File\Settings\General\getInlineFileExtensions(), and ILIAS\components\File\Settings\General\setInlineFileExtensions().
|
private |
Definition at line 107 of file General.php.
Referenced by ILIAS\components\File\Settings\General\setDownloadWithAsciiFileName(), and ILIAS\components\File\Settings\General\setShowAmountOfDownloads().
ILIAS\components\File\Settings\General::getDownloadLimitinMB | ( | ) |
Definition at line 90 of file General.php.
References ILIAS\components\File\Settings\General\strToInt().
ILIAS\components\File\Settings\General::getInlineFileExtensions | ( | ) |
Definition at line 80 of file General.php.
References ILIAS\components\File\Settings\General\arrayToStr(), and ILIAS\components\File\Settings\General\strToArray().
|
private |
Definition at line 112 of file General.php.
Referenced by ILIAS\components\File\Settings\General\setDownloadLimitInMB().
ILIAS\components\File\Settings\General::isDownloadWithAsciiFileName | ( | ) |
Definition at line 53 of file General.php.
References ILIAS\components\File\Settings\General\strToBool().
ILIAS\components\File\Settings\General::isShowAmountOfDownloads | ( | ) |
Definition at line 63 of file General.php.
References ILIAS\components\File\Settings\General\strToBool().
ILIAS\components\File\Settings\General::setDownloadLimitInMB | ( | int | $limit | ) |
Definition at line 95 of file General.php.
References ILIAS\components\File\Settings\General\intToStr().
ILIAS\components\File\Settings\General::setDownloadWithAsciiFileName | ( | bool | $value | ) |
Definition at line 58 of file General.php.
References ILIAS\components\File\Settings\General\boolToStr().
ILIAS\components\File\Settings\General::setInlineFileExtensions | ( | array | $extensions | ) |
Definition at line 73 of file General.php.
References ILIAS\components\File\Settings\General\arrayToStr().
ILIAS\components\File\Settings\General::setShowAmountOfDownloads | ( | bool | $value | ) |
Definition at line 68 of file General.php.
References ILIAS\components\File\Settings\General\boolToStr().
|
private |
Definition at line 127 of file General.php.
Referenced by ILIAS\components\File\Settings\General\getInlineFileExtensions().
|
private |
Definition at line 102 of file General.php.
Referenced by ILIAS\components\File\Settings\General\isDownloadWithAsciiFileName(), and ILIAS\components\File\Settings\General\isShowAmountOfDownloads().
|
private |
Definition at line 117 of file General.php.
Referenced by ILIAS\components\File\Settings\General\getDownloadLimitinMB().
|
private |
Definition at line 39 of file General.php.
const ILIAS\components\File\Settings\General::F_BG_LIMIT = 'bg_limit' |
Definition at line 30 of file General.php.
const ILIAS\components\File\Settings\General::F_DOWNLOAD_ASCII_FILENAME = 'download_ascii_filename' |
Definition at line 33 of file General.php.
const ILIAS\components\File\Settings\General::F_INLINE_FILE_EXTENSIONS = 'inline_file_extensions' |
Definition at line 31 of file General.php.
const ILIAS\components\File\Settings\General::F_SHOW_AMOUNT_OF_DOWNLOADS = 'show_amount_of_downloads' |
Definition at line 32 of file General.php.
const ILIAS\components\File\Settings\General::MODULE_NAME = 'file_access' |
Definition at line 29 of file General.php.
|
private |
Definition at line 37 of file General.php.