|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Export limitation checker. More...
Collaboration diagram for ilExportLimitation: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().
Here is the call graph for this function:| ilExportLimitation::checkLimitation | ( | $ref_id, | |
| $options | |||
| ) |
| $ref_id | |
| $options |
| ilExportLimitationExceptionException |
Definition at line 70 of file class.ilExportLimitation.php.
References $lng, $settings, $tree, getLimitationMode(), and SET_EXPORT_DISABLED.
Here is the call graph for this function:| ilExportLimitation::getLimitationMode | ( | ) |
Get limitation mode.
Definition at line 50 of file class.ilExportLimitation.php.
References settings().
Referenced by checkLimitation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExportLimitation::getLimitationNumber | ( | ) |
Get limitation number.
Definition at line 60 of file class.ilExportLimitation.php.
References settings().
Here is the call graph for this function:
|
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 checkLimitation(), 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.