|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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.
| ilDidacticTemplateGUI::appendToolbarSwitch | ( | ilToolbarGUI | $toolbar, |
| $a_obj_type, | |||
| $a_ref_id | |||
| ) |
Definition at line 62 of file class.ilDidacticTemplateGUI.php.
References $_GET, $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 181 of file class.ilDidacticTemplateGUI.php.
|
protected |
Definition at line 122 of file class.ilDidacticTemplateGUI.php.
References $DIC, $ilCtrl, $tpl, ilLoggerFactory\getLogger(), getParentObject(), ilDidacticTemplateObjSettings\lookupTemplateId(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilDidacticTemplateGUI::executeCommand | ( | ) |
Execute command.
Definition at line 41 of file class.ilDidacticTemplateGUI.php.
| ilDidacticTemplateGUI::getParentObject | ( | ) |
Definition at line 32 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 193 of file class.ilDidacticTemplateGUI.php.
References $DIC, $ilCtrl, getParentObject(), 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().