|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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 getLimitationMode(), ILIAS\Repository\int(), ILIAS\Repository\lng(), 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 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.