|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This class represents a section header in a property form. More...
Collaboration diagram for ilFormSectionHeaderGUI:Public Member Functions | |
| __construct () | |
| checkInput () | |
| setType (string $a_type) | |
| getType () | |
| setSectionIcon (string $a_file, string $a_alt) | |
| getSectionIcon () | |
| setTitle (string $a_title) | |
| getTitle () | |
| setInfo (string $a_info) | |
| getInfo () | |
| setParentForm (ilPropertyFormGUI $a_parentform) | |
| getParentForm () | |
| setSectionAnchor (string $value) | |
| insert (ilTemplate $a_tpl) | |
| setValueByArray (array $a_values) | |
| getPostVar () | |
Protected Attributes | |
| string | $type = "" |
| string | $title = "" |
| string | $info = "" |
| array | $section_icon = [] |
| string | $section_anchor = "" |
| ilPropertyFormGUI | $parentform = null |
This class represents a section header in a property form.
Definition at line 27 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::__construct | ( | ) |
Definition at line 36 of file class.ilFormSectionHeaderGUI.php.
References setType().
Here is the call graph for this function:| ilFormSectionHeaderGUI::checkInput | ( | ) |
Definition at line 41 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getInfo | ( | ) |
Definition at line 84 of file class.ilFormSectionHeaderGUI.php.
References $info.
| ilFormSectionHeaderGUI::getParentForm | ( | ) |
Definition at line 94 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getPostVar | ( | ) |
Definition at line 129 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getSectionIcon | ( | ) |
Definition at line 64 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getTitle | ( | ) |
Definition at line 74 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getType | ( | ) |
Definition at line 51 of file class.ilFormSectionHeaderGUI.php.
References $type.
| ilFormSectionHeaderGUI::insert | ( | ilTemplate | $a_tpl | ) |
Definition at line 104 of file class.ilFormSectionHeaderGUI.php.
References ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
Here is the call graph for this function:| ilFormSectionHeaderGUI::setInfo | ( | string | $a_info | ) |
Definition at line 79 of file class.ilFormSectionHeaderGUI.php.
References ILIAS\UI\examples\MessageBox\Info\info().
Here is the call graph for this function:| ilFormSectionHeaderGUI::setParentForm | ( | ilPropertyFormGUI | $a_parentform | ) |
Definition at line 89 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::setSectionAnchor | ( | string | $value | ) |
Definition at line 99 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::setSectionIcon | ( | string | $a_file, |
| string | $a_alt | ||
| ) |
Definition at line 56 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::setTitle | ( | string | $a_title | ) |
Definition at line 69 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::setType | ( | string | $a_type | ) |
Definition at line 46 of file class.ilFormSectionHeaderGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilFormSectionHeaderGUI::setValueByArray | ( | array | $a_values | ) |
Definition at line 125 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 31 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 34 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 33 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 32 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 30 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 29 of file class.ilFormSectionHeaderGUI.php.
Referenced by getType().