|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\components\File\Settings\General:
Collaboration diagram for ILIAS\components\File\Settings\General:Public Member Functions | |
| __construct () | |
| isDownloadWithAsciiFileName () | |
| setDownloadWithAsciiFileName (bool $value) | |
| isShowAmountOfDownloads () | |
| setShowAmountOfDownloads (bool $value) | |
| setInlineFileExtensions (array $extensions) | |
| getInlineFileExtensions () | |
| getDownloadLimitinMB () | |
| setDownloadLimitInMB (int $limit) | |
Public Member Functions inherited from ilSetting | |
| __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) | |
| getModule () | |
| read () | |
| get (string $a_keyword, ?string $a_default_value=null) | |
| deleteAll () | |
| delete (string $a_keyword) | |
| getAll () | |
| set (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' |
Data Fields inherited from ilSetting | |
| 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 Public Member Functions inherited from ilSetting | |
| 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... | |
| static | _lookupValue (string $a_module, string $a_keyword) |
Protected Attributes inherited from ilSetting | |
| 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().
Here is the call graph for this function:
|
private |
Definition at line 122 of file General.php.
Referenced by ILIAS\components\File\Settings\General\getInlineFileExtensions(), and ILIAS\components\File\Settings\General\setInlineFileExtensions().
Here is the caller graph for this function:
|
private |
Definition at line 107 of file General.php.
Referenced by ILIAS\components\File\Settings\General\setDownloadWithAsciiFileName(), and ILIAS\components\File\Settings\General\setShowAmountOfDownloads().
Here is the caller graph for this function:| ILIAS\components\File\Settings\General::getDownloadLimitinMB | ( | ) |
Definition at line 90 of file General.php.
References ILIAS\components\File\Settings\General\strToInt().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
|
private |
Definition at line 112 of file General.php.
Referenced by ILIAS\components\File\Settings\General\setDownloadLimitInMB().
Here is the caller graph for this function:| ILIAS\components\File\Settings\General::isDownloadWithAsciiFileName | ( | ) |
Definition at line 53 of file General.php.
References ILIAS\components\File\Settings\General\strToBool().
Here is the call graph for this function:| ILIAS\components\File\Settings\General::isShowAmountOfDownloads | ( | ) |
Definition at line 63 of file General.php.
References ILIAS\components\File\Settings\General\strToBool().
Here is the call graph for this function:| ILIAS\components\File\Settings\General::setDownloadLimitInMB | ( | int | $limit | ) |
Definition at line 95 of file General.php.
References ILIAS\components\File\Settings\General\F_BG_LIMIT, and ILIAS\components\File\Settings\General\intToStr().
Here is the call graph for this function:| ILIAS\components\File\Settings\General::setDownloadWithAsciiFileName | ( | bool | $value | ) |
Definition at line 58 of file General.php.
References ILIAS\components\File\Settings\General\boolToStr(), and ILIAS\components\File\Settings\General\F_DOWNLOAD_ASCII_FILENAME.
Here is the call graph for this function:| ILIAS\components\File\Settings\General::setInlineFileExtensions | ( | array | $extensions | ) |
Definition at line 73 of file General.php.
References ILIAS\components\File\Settings\General\arrayToStr(), and ILIAS\components\File\Settings\General\F_INLINE_FILE_EXTENSIONS.
Here is the call graph for this function:| ILIAS\components\File\Settings\General::setShowAmountOfDownloads | ( | bool | $value | ) |
Definition at line 68 of file General.php.
References ILIAS\components\File\Settings\General\boolToStr(), and ILIAS\components\File\Settings\General\F_SHOW_AMOUNT_OF_DOWNLOADS.
Here is the call graph for this function:
|
private |
Definition at line 127 of file General.php.
Referenced by ILIAS\components\File\Settings\General\getInlineFileExtensions().
Here is the caller graph for this function:
|
private |
Definition at line 102 of file General.php.
Referenced by ILIAS\components\File\Settings\General\isDownloadWithAsciiFileName(), and ILIAS\components\File\Settings\General\isShowAmountOfDownloads().
Here is the caller graph for this function:
|
private |
Definition at line 117 of file General.php.
Referenced by ILIAS\components\File\Settings\General\getDownloadLimitinMB().
Here is the caller graph for this function:
|
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.
Referenced by ILIAS\components\File\Settings\General\setDownloadLimitInMB().
| const ILIAS\components\File\Settings\General::F_DOWNLOAD_ASCII_FILENAME = 'download_ascii_filename' |
Definition at line 33 of file General.php.
Referenced by ILIAS\components\File\Settings\General\setDownloadWithAsciiFileName().
| const ILIAS\components\File\Settings\General::F_INLINE_FILE_EXTENSIONS = 'inline_file_extensions' |
Definition at line 31 of file General.php.
Referenced by ILIAS\components\File\Settings\General\setInlineFileExtensions().
| const ILIAS\components\File\Settings\General::F_SHOW_AMOUNT_OF_DOWNLOADS = 'show_amount_of_downloads' |
Definition at line 32 of file General.php.
Referenced by ILIAS\components\File\Settings\General\setShowAmountOfDownloads().
| 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.