◆ __construct()
| ilObjectCustomIconConfigurationGUI::__construct |
( |
Container |
$dic, |
|
|
|
$parentGui, |
|
|
ilObject |
$object |
|
) |
| |
◆ addSettingsToForm()
◆ executeCommand()
| ilObjectCustomIconConfigurationGUI::executeCommand |
( |
| ) |
|
Definition at line 42 of file class.ilObjectCustomIconConfigurationGUI.php.
44 $this->dic->ctrl()->getNextClass($this);
45 $cmd = $this->dic->ctrl()->getCmd(self::DEFAULT_CMD);
48 case method_exists($this, $cmd):
53 $this->{self::DEFAULT_CMD}();
◆ getForm()
| ilObjectCustomIconConfigurationGUI::getForm |
( |
| ) |
|
|
protected |
Definition at line 67 of file class.ilObjectCustomIconConfigurationGUI.php.
References addSettingsToForm().
Referenced by saveForm(), and showForm().
69 $this->dic->language()->loadLanguageModule(
'cntr');
72 $form->setFormAction($this->dic->ctrl()->getFormAction($this,
'saveForm'));
73 $form->setTitle($this->dic->language()->txt(
'icon_settings'));
77 $form->addCommandButton(
'saveForm', $this->dic->language()->txt(
'save'));
addSettingsToForm(ilPropertyFormGUI $form)
◆ saveForm()
| ilObjectCustomIconConfigurationGUI::saveForm |
( |
| ) |
|
|
protected |
◆ showForm()
◆ $dic
| Container ilObjectCustomIconConfigurationGUI::$dic |
|
protected |
◆ $main_tpl
◆ $object
| ilObject ilObjectCustomIconConfigurationGUI::$object |
|
protected |
◆ $parentGui
| ilObjectCustomIconConfigurationGUI::$parentGui |
|
protected |
◆ DEFAULT_CMD
| const ilObjectCustomIconConfigurationGUI::DEFAULT_CMD = 'showForm' |
|
protected |
The documentation for this class was generated from the following file: