ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Export limitation checker. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
getLimitationMode () | |
Get limitation mode. More... | |
getLimitationNumber () | |
Get limitation number. More... | |
checkLimitation ($ref_id, $options) | |
Data Fields | |
const | SET_LIMIT_NUMBER = "rep_export_limit_number" |
const | SET_LIMITATION = "rep_export_limitation" |
const | SET_EXPORT_DISABLED = 1 |
const | SET_EXPORT_LIMITED = 0 |
Protected Attributes | |
$tree | |
$settings | |
$lng | |
Export limitation checker.
Definition at line 10 of file class.ilExportLimitation.php.
ilExportLimitation::__construct | ( | ) |
Constructor.
Definition at line 36 of file class.ilExportLimitation.php.
References $DIC, and settings().
ilExportLimitation::checkLimitation | ( | $ref_id, | |
$options | |||
) |
$ref_id | |
$options |
ilExportLimitationExceptionException |
Definition at line 70 of file class.ilExportLimitation.php.
References $lng, $settings, $tree, and getLimitationMode().
ilExportLimitation::getLimitationMode | ( | ) |
Get limitation mode.
Definition at line 50 of file class.ilExportLimitation.php.
References settings().
Referenced by checkLimitation().
ilExportLimitation::getLimitationNumber | ( | ) |
Get limitation number.
Definition at line 60 of file class.ilExportLimitation.php.
References settings().
|
protected |
Definition at line 31 of file class.ilExportLimitation.php.
Referenced by checkLimitation().
|
protected |
Definition at line 26 of file class.ilExportLimitation.php.
Referenced by checkLimitation().
|
protected |
Definition at line 21 of file class.ilExportLimitation.php.
Referenced by checkLimitation().
const ilExportLimitation::SET_EXPORT_DISABLED = 1 |
Definition at line 14 of file class.ilExportLimitation.php.
Referenced by ilExportGUI\getCustomColumns(), and ilObjRepositorySettingsGUI\initSettingsForm().
const ilExportLimitation::SET_EXPORT_LIMITED = 0 |
Definition at line 15 of file class.ilExportLimitation.php.
Referenced by ilObjRepositorySettingsGUI\initSettingsForm().
const ilExportLimitation::SET_LIMIT_NUMBER = "rep_export_limit_number" |
Definition at line 12 of file class.ilExportLimitation.php.
const ilExportLimitation::SET_LIMITATION = "rep_export_limitation" |
Definition at line 13 of file class.ilExportLimitation.php.