|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Export limitation checker. More...
Collaboration diagram for ilExportLimitation: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().
Here is the call graph for this function:| ilExportLimitation::checkLimitation | ( | int | $ref_id, |
| array | $options | ||
| ) |
Definition at line 55 of file class.ilExportLimitation.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, $ref_id, getLimitationMode(), ILIAS\Repository\int(), ILIAS\Repository\lng(), SET_EXPORT_DISABLED, and ILIAS\Repository\settings().
Here is the call graph for this function:| ilExportLimitation::getLimitationMode | ( | ) |
Definition at line 45 of file class.ilExportLimitation.php.
References ILIAS\Repository\settings().
Referenced by checkLimitation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExportLimitation::getLimitationNumber | ( | ) |
Definition at line 50 of file class.ilExportLimitation.php.
References ILIAS\Repository\settings().
Here is the call graph for this function:
|
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 checkLimitation(), 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.