ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilObjectCustomIconConfigurationGUI. More...
Public Member Functions | |
__construct (\ILIAS\DI\Container $dic, $parentGui, \ilObject $object) | |
ilObjectCustomIconConfigurationGUI constructor. More... | |
setUploadFieldInformationText ($uploadFieldInformationText) | |
executeCommand () | |
Data Fields | |
const | DEFAULT_CMD = 'showForm' |
Protected Member Functions | |
showForm (\ilPropertyFormGUI $form=null) | |
getForm () | |
saveForm () | |
Protected Attributes | |
$dic | |
$object | |
$parentGui | |
$uploadFieldInformationText = null | |
Class ilObjectCustomIconConfigurationGUI.
Definition at line 7 of file class.ilObjectCustomIconConfigurationGUI.php.
ilObjectCustomIconConfigurationGUI::__construct | ( | \ILIAS\DI\Container | $dic, |
$parentGui, | |||
\ilObject | $object | ||
) |
ilObjectCustomIconConfigurationGUI constructor.
\ILIAS\DI\Container | $dic | |
\ilObjectGUI | mixed | $parentGui | |
ilObject | $object |
Definition at line 32 of file class.ilObjectCustomIconConfigurationGUI.php.
References $dic, $object, and $parentGui.
ilObjectCustomIconConfigurationGUI::executeCommand | ( | ) |
Definition at line 47 of file class.ilObjectCustomIconConfigurationGUI.php.
|
protected |
Definition at line 78 of file class.ilObjectCustomIconConfigurationGUI.php.
References $form, and ilPropertyFormGUI\addItem().
Referenced by saveForm(), and showForm().
|
protected |
Definition at line 121 of file class.ilObjectCustomIconConfigurationGUI.php.
References ilPropertyFormGUI\checkInput(), getForm(), ilPropertyFormGUI\getInput(), ilPropertyFormGUI\getItemByPostVar(), ilPropertyFormGUI\setValuesByPost(), and showForm().
ilObjectCustomIconConfigurationGUI::setUploadFieldInformationText | ( | $uploadFieldInformationText | ) |
null | string | $uploadFieldInformationText |
Definition at line 42 of file class.ilObjectCustomIconConfigurationGUI.php.
References $uploadFieldInformationText.
|
protected |
ilPropertyFormGUI | null | $form |
Definition at line 66 of file class.ilObjectCustomIconConfigurationGUI.php.
References $form, and getForm().
Referenced by saveForm().
|
protected |
Definition at line 13 of file class.ilObjectCustomIconConfigurationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 16 of file class.ilObjectCustomIconConfigurationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 19 of file class.ilObjectCustomIconConfigurationGUI.php.
Referenced by __construct().
|
protected |
Definition at line 24 of file class.ilObjectCustomIconConfigurationGUI.php.
Referenced by setUploadFieldInformationText().
const ilObjectCustomIconConfigurationGUI::DEFAULT_CMD = 'showForm' |
Definition at line 10 of file class.ilObjectCustomIconConfigurationGUI.php.