|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilLocalUnitConfigurationGUI:
Collaboration diagram for ilLocalUnitConfigurationGUI:Public Member Functions | |
| getUnitCategoryOverviewCommand () | |
| isCRUDContext () | |
| getUniqueId () | |
Public Member Functions inherited from ilUnitConfigurationGUI | |
| __construct (ilUnitConfigurationRepository $repository) | |
| getUnitCategoryOverviewCommand () | |
| isCRUDContext () | |
| getUniqueId () | |
| executeCommand () | |
| deleteUnits () | |
Protected Member Functions | |
| getDefaultCommand () | |
| handleSubtabs () | |
| showUnitCategories (array $categories) | |
| confirmImportGlobalCategory () | |
| confirmImportGlobalCategories (array $category_ids) | |
| importGlobalCategories (array $category_ids) | |
Protected Member Functions inherited from ilUnitConfigurationGUI | |
| getDefaultCommand () | |
| showUnitCategories (array $categories) | |
| getCategoryById (int $id, bool $for_CRUD=true) | |
| handleSubtabs () | |
| checkPermissions (string $cmd) | |
| confirmDeleteUnit () | |
| confirmDeleteUnits (array $unit_ids=null) | |
| saveOrder () | |
| saveUnit () | |
| showUnitModificationForm () | |
| addUnit () | |
| showUnitCreationForm () | |
| initUnitForm (assFormulaQuestionUnitCategory $category=null, assFormulaQuestionUnit $unit=null) | |
| confirmDeleteCategory () | |
| confirmDeleteCategories (array $category_ids=null) | |
| deleteCategories () | |
| initUnitCategoryForm (assFormulaQuestionUnitCategory $cat=null) | |
| addCategory () | |
| showUnitCategoryCreationForm () | |
| saveCategory () | |
| showUnitCategoryModificationForm () | |
Private Attributes | |
| const | REQUEST_PARAM_SUB_CONTEXT_ID = 'question_fi' |
Additional Inherited Members | |
Protected Attributes inherited from ilUnitConfigurationGUI | |
| ilUnitConfigurationRepository | $repository |
| ILIAS TestQuestionPool InternalRequestService | $request |
| ilPropertyFormGUI | $unit_cat_form = null |
| ilPropertyFormGUI | $unit_form = null |
| ilGlobalTemplateInterface | $tpl |
| ilLanguage | $lng |
| ilCtrlInterface | $ctrl |
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 Class ilLocalUnitConfigurationGUI
Definition at line 24 of file class.ilLocalUnitConfigurationGUI.php.
|
protected |
Definition at line 143 of file class.ilLocalUnitConfigurationGUI.php.
References importGlobalCategories().
Referenced by confirmImportGlobalCategory().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 134 of file class.ilLocalUnitConfigurationGUI.php.
References confirmImportGlobalCategories().
Here is the call graph for this function:
|
protected |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 28 of file class.ilLocalUnitConfigurationGUI.php.
Referenced by importGlobalCategories().
Here is the caller graph for this function:| ilLocalUnitConfigurationGUI::getUniqueId | ( | ) |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 52 of file class.ilLocalUnitConfigurationGUI.php.
References $id, isCRUDContext(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:| ilLocalUnitConfigurationGUI::getUnitCategoryOverviewCommand | ( | ) |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 33 of file class.ilLocalUnitConfigurationGUI.php.
References isCRUDContext().
Referenced by showUnitCategories().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 77 of file class.ilLocalUnitConfigurationGUI.php.
References $DIC, ILIAS\Repository\ctrl(), isCRUDContext(), ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
Here is the call graph for this function:
|
protected |
Definition at line 149 of file class.ilLocalUnitConfigurationGUI.php.
References Vendor\Package\$e, $i, ILIAS\Repository\ctrl(), getDefaultCommand(), isCRUDContext(), ILIAS\Repository\lng(), and ILIAS\UI\examples\Deck\repository().
Referenced by confirmImportGlobalCategories().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLocalUnitConfigurationGUI::isCRUDContext | ( | ) |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 42 of file class.ilLocalUnitConfigurationGUI.php.
Referenced by getUniqueId(), getUnitCategoryOverviewCommand(), handleSubtabs(), and importGlobalCategories().
Here is the caller graph for this function:
|
protected |
| array | $categories |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 126 of file class.ilLocalUnitConfigurationGUI.php.
References getUnitCategoryOverviewCommand().
Here is the call graph for this function:
|
private |
Definition at line 26 of file class.ilLocalUnitConfigurationGUI.php.