|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilLocalUnitConfigurationGUI. More...
Inheritance diagram for ilLocalUnitConfigurationGUI:
Collaboration diagram for ilLocalUnitConfigurationGUI:Public Member Functions | |
| getUnitCategoryOverviewCommand () | |
| isCRUDContext () | |
| getUniqueId () | |
Public Member Functions inherited from ilUnitConfigurationGUI | |
| getUnitCategoryOverviewCommand () | |
| isCRUDContext () | |
| getUniqueId () | |
| executeCommand () | |
| deleteUnits () | |
Data Fields | |
| const | REQUEST_PARAM_SUB_CONTEXT_ID = 'question_fi' |
Protected Member Functions | |
| getDefaultCommand () | |
| showUnitCategories (array $categories) | |
| confirmImportGlobalCategory () | |
| confirmImportGlobalCategories () | |
| importGlobalCategories () | |
Protected Member Functions inherited from ilUnitConfigurationGUI | |
| getDefaultCommand () | |
| showUnitCategories (array $categories) | |
| getCategoryById ($id, $for_CRUD=true) | |
| handleSubtabs () | |
| checkPermissions ($cmd) | |
| confirmDeleteUnit () | |
| confirmDeleteUnits () | |
| saveOrder () | |
| saveUnit () | |
| Save a unit. More... | |
| showUnitModificationForm () | |
| addUnit () | |
| Adds a new unit. More... | |
| showUnitCreationForm () | |
| confirmDeleteCategory () | |
| confirmDeleteCategories () | |
| deleteCategories () | |
| initUnitCategoryForm (assFormulaQuestionUnitCategory $cat=null) | |
| addCategory () | |
| showUnitCategoryCreationForm () | |
| saveCategory () | |
| showUnitCategoryModificationForm () | |
Additional Inherited Members | |
Protected Attributes inherited from ilUnitConfigurationGUI | |
| $unit_cat_form | |
| $unit_form | |
| $repository = null | |
| $tpl | |
| $lng | |
| $ctrl | |
Class ilLocalUnitConfigurationGUI.
Definition at line 9 of file class.ilLocalUnitConfigurationGUI.php.
|
protected |
Definition at line 165 of file class.ilLocalUnitConfigurationGUI.php.
References $_POST, and importGlobalCategories().
Referenced by confirmImportGlobalCategory().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 151 of file class.ilLocalUnitConfigurationGUI.php.
References $_GET, $_POST, and confirmImportGlobalCategories().
Here is the call graph for this function:
|
protected |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 16 of file class.ilLocalUnitConfigurationGUI.php.
Referenced by importGlobalCategories().
Here is the caller graph for this function:| ilLocalUnitConfigurationGUI::getUniqueId | ( | ) |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 48 of file class.ilLocalUnitConfigurationGUI.php.
References isCRUDContext(), and repository().
Here is the call graph for this function:| ilLocalUnitConfigurationGUI::getUnitCategoryOverviewCommand | ( | ) |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 24 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 |
Definition at line 179 of file class.ilLocalUnitConfigurationGUI.php.
References $_POST, Vendor\Package\$e, $i, getDefaultCommand(), assFormulaQuestionUnitCategory\getId(), isCRUDContext(), and 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 36 of file class.ilLocalUnitConfigurationGUI.php.
References $_GET, and repository().
Referenced by getUniqueId(), getUnitCategoryOverviewCommand(), and importGlobalCategories().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| array | $categories |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 139 of file class.ilLocalUnitConfigurationGUI.php.
References getUnitCategoryOverviewCommand().
Here is the call graph for this function:| const ilLocalUnitConfigurationGUI::REQUEST_PARAM_SUB_CONTEXT_ID = 'question_fi' |
Definition at line 11 of file class.ilLocalUnitConfigurationGUI.php.