|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
GUI class for didactic template settings inside repository objects. More...
Collaboration diagram for ilDidacticTemplateGUI:Public Member Functions | |
| __construct ($a_parent_obj) | |
| Constructor. More... | |
| getParentObject () | |
| executeCommand () | |
| Execute command. More... | |
| appendToolbarSwitch (ilToolbarGUI $toolbar, $a_obj_type, $a_ref_id) | |
Protected Member Functions | |
| confirmTemplateSwitch () | |
| cancel () | |
| Return to parent gui. More... | |
| switchTemplate () | |
| Switch Template. More... | |
Private Attributes | |
| $parent_object | |
| $lng | |
GUI class for didactic template settings inside repository objects.
@ilCtrl_IsCalledBy ilDidacticTemplateGUI: ilPermissionGUI
Definition at line 13 of file class.ilDidacticTemplateGUI.php.
| ilDidacticTemplateGUI::__construct | ( | $a_parent_obj | ) |
Constructor.
Definition at line 21 of file class.ilDidacticTemplateGUI.php.
References $lng.
| ilDidacticTemplateGUI::appendToolbarSwitch | ( | ilToolbarGUI | $toolbar, |
| $a_obj_type, | |||
| $a_ref_id | |||
| ) |
Definition at line 60 of file class.ilDidacticTemplateGUI.php.
References $_GET, $options, $tpl, ilToolbarGUI\addFormButton(), ilToolbarGUI\addInputItem(), ilToolbarGUI\addText(), ilDidacticTemplateSettings\getInstanceByObjectType(), getParentObject(), and ilDidacticTemplateObjSettings\lookupTemplateId().
Here is the call graph for this function:
|
protected |
Return to parent gui.
Definition at line 187 of file class.ilDidacticTemplateGUI.php.
References $ilCtrl.
|
protected |
Definition at line 127 of file class.ilDidacticTemplateGUI.php.
References $ilCtrl, $tpl, ilLoggerFactory\getLogger(), getParentObject(), ilDidacticTemplateObjSettings\lookupTemplateId(), ilUtil\sendInfo(), and sprintf.
Here is the call graph for this function:| ilDidacticTemplateGUI::executeCommand | ( | ) |
Execute command.
Definition at line 39 of file class.ilDidacticTemplateGUI.php.
| ilDidacticTemplateGUI::getParentObject | ( | ) |
Definition at line 30 of file class.ilDidacticTemplateGUI.php.
References $parent_object.
Referenced by appendToolbarSwitch(), confirmTemplateSwitch(), and switchTemplate().
Here is the caller graph for this function:
|
protected |
Switch Template.
Definition at line 197 of file class.ilDidacticTemplateGUI.php.
References $ilCtrl, getParentObject(), ilUtil\sendSuccess(), and ilDidacticTemplateUtils\switchTemplate().
Here is the call graph for this function:
|
private |
Definition at line 16 of file class.ilDidacticTemplateGUI.php.
Referenced by __construct().
|
private |
Definition at line 15 of file class.ilDidacticTemplateGUI.php.
Referenced by getParentObject().