|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 176 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 161 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 54 of file class.ilLocalUnitConfigurationGUI.php.
References isCRUDContext().
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 191 of file class.ilLocalUnitConfigurationGUI.php.
References $_POST, getDefaultCommand(), assFormulaQuestionUnitCategory\getId(), isCRUDContext(), and ilUtil\sendSuccess().
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 39 of file class.ilLocalUnitConfigurationGUI.php.
References $_GET.
Referenced by getUniqueId(), getUnitCategoryOverviewCommand(), and importGlobalCategories().
Here is the caller graph for this function:
|
protected |
| array | $categories |
Reimplemented from ilUnitConfigurationGUI.
Definition at line 149 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.