ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
This class represents a section header in a property form. More...
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().
ilFormSectionHeaderGUI::checkInput | ( | ) |
Definition at line 41 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::getInfo | ( | ) |
Definition at line 84 of file class.ilFormSectionHeaderGUI.php.
References $info.
Referenced by insert().
ilFormSectionHeaderGUI::getParentForm | ( | ) |
Definition at line 94 of file class.ilFormSectionHeaderGUI.php.
References $parentform.
ilFormSectionHeaderGUI::getPostVar | ( | ) |
Definition at line 129 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::getSectionIcon | ( | ) |
Definition at line 64 of file class.ilFormSectionHeaderGUI.php.
Referenced by insert().
ilFormSectionHeaderGUI::getTitle | ( | ) |
Definition at line 74 of file class.ilFormSectionHeaderGUI.php.
References $title.
Referenced by insert().
ilFormSectionHeaderGUI::getType | ( | ) |
ilFormSectionHeaderGUI::insert | ( | ilTemplate | $a_tpl | ) |
Definition at line 104 of file class.ilFormSectionHeaderGUI.php.
References getInfo(), getSectionIcon(), getTitle(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), and HTML_Template_IT\setVariable().
ilFormSectionHeaderGUI::setInfo | ( | string | $a_info | ) |
Definition at line 79 of file class.ilFormSectionHeaderGUI.php.
References ILIAS\UI\examples\MessageBox\Info\info().
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().
ilFormSectionHeaderGUI::setValueByArray | ( | array | $a_values | ) |
Definition at line 125 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 31 of file class.ilFormSectionHeaderGUI.php.
Referenced by getInfo().
|
protected |
Definition at line 34 of file class.ilFormSectionHeaderGUI.php.
Referenced by getParentForm().
|
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.
Referenced by getTitle().
|
protected |
Definition at line 29 of file class.ilFormSectionHeaderGUI.php.
Referenced by getType().