ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Export limitation checker. More...
Public Member Functions | |
__construct () | |
getLimitationMode () | |
getLimitationNumber () | |
checkLimitation (int $ref_id, array $options) | |
Data Fields | |
const | SET_EXPORT_DISABLED = 1 |
const | SET_EXPORT_LIMITED = 0 |
Protected Attributes | |
const | SET_LIMIT_NUMBER = "rep_export_limit_number" |
const | SET_LIMITATION = "rep_export_limitation" |
ilTree | $tree |
ilSetting | $settings |
ilLanguage | $lng |
Export limitation checker.
Definition at line 25 of file class.ilExportLimitation.php.
ilExportLimitation::__construct | ( | ) |
Definition at line 36 of file class.ilExportLimitation.php.
References $DIC, ILIAS\Repository\lng(), and ILIAS\Repository\settings().
ilExportLimitation::checkLimitation | ( | int | $ref_id, |
array | $options | ||
) |
Definition at line 55 of file class.ilExportLimitation.php.
References getLimitationMode(), ILIAS\Repository\int(), ILIAS\Repository\lng(), and ILIAS\Repository\settings().
ilExportLimitation::getLimitationMode | ( | ) |
Definition at line 45 of file class.ilExportLimitation.php.
References ILIAS\Repository\settings().
Referenced by checkLimitation().
ilExportLimitation::getLimitationNumber | ( | ) |
Definition at line 50 of file class.ilExportLimitation.php.
References ILIAS\Repository\settings().
|
protected |
Definition at line 34 of file class.ilExportLimitation.php.
|
protected |
Definition at line 33 of file class.ilExportLimitation.php.
|
protected |
Definition at line 32 of file class.ilExportLimitation.php.
const ilExportLimitation::SET_EXPORT_DISABLED = 1 |
Definition at line 29 of file class.ilExportLimitation.php.
Referenced by ilExportGUI\executeCommand(), and ilObjRepositorySettingsGUI\initSettingsForm().
const ilExportLimitation::SET_EXPORT_LIMITED = 0 |
Definition at line 30 of file class.ilExportLimitation.php.
Referenced by ilObjRepositorySettingsGUI\initSettingsForm(), and ilObjRepositorySettingsGUI\saveSettings().
|
protected |
Definition at line 27 of file class.ilExportLimitation.php.
|
protected |
Definition at line 28 of file class.ilExportLimitation.php.