ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getUnitCategoryOverviewCommand () | |
isCRUDContext () | |
getUniqueId () | |
![]() | |
__construct (ilUnitConfigurationRepository $repository) | |
getUnitCategoryOverviewCommand () | |
isCRUDContext () | |
getUniqueId () | |
executeCommand () | |
deleteUnits () | |
Data Fields | |
const | REQUEST_PARAM_SUB_CONTEXT = 'context' |
Protected Member Functions | |
getDefaultCommand () | |
showGlobalUnitCategories () | |
showUnitCategories (array $categories) | |
![]() | |
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 () | |
Additional Inherited Members | |
![]() | |
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 ilGlobalUnitConfigurationGUI
Definition at line 24 of file class.ilGlobalUnitConfigurationGUI.php.
|
protected |
Definition at line 28 of file class.ilGlobalUnitConfigurationGUI.php.
ilGlobalUnitConfigurationGUI::getUniqueId | ( | ) |
Definition at line 43 of file class.ilGlobalUnitConfigurationGUI.php.
References ILIAS\UI\examples\Deck\repository().
ilGlobalUnitConfigurationGUI::getUnitCategoryOverviewCommand | ( | ) |
Definition at line 33 of file class.ilGlobalUnitConfigurationGUI.php.
Referenced by showUnitCategories().
ilGlobalUnitConfigurationGUI::isCRUDContext | ( | ) |
Definition at line 38 of file class.ilGlobalUnitConfigurationGUI.php.
|
protected |
Definition at line 48 of file class.ilGlobalUnitConfigurationGUI.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
|
protected |
Definition at line 62 of file class.ilGlobalUnitConfigurationGUI.php.
References getUnitCategoryOverviewCommand().
const ilGlobalUnitConfigurationGUI::REQUEST_PARAM_SUB_CONTEXT = 'context' |
Definition at line 26 of file class.ilGlobalUnitConfigurationGUI.php.