ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
This class represents a section header in a property form. More...
Public Member Functions | |
__construct () | |
Constructor. More... | |
checkInput () | |
setType ($a_type) | |
Set Type. More... | |
getType () | |
Get Type. More... | |
setSectionIcon ($a_file, $a_alt) | |
Set section icon. More... | |
getSectionIcon () | |
Get section icon. More... | |
setTitle ($a_title) | |
Set Title. More... | |
getTitle () | |
Get Title. More... | |
setInfo ($a_info) | |
Set Information Text. More... | |
getInfo () | |
Get Information Text. More... | |
setParentForm ($a_parentform) | |
Set Parent Form. More... | |
getParentForm () | |
Get Parent Form. More... | |
setSectionAnchor ($value) | |
set section label; More... | |
insert ($a_tpl) | |
Insert property html. More... | |
setValueByArray ($a_values) | |
Set value by array. More... | |
getPostVar () | |
Protected Attributes | |
$type | |
$title | |
$info | |
$section_icon | |
$section_anchor | |
This class represents a section header in a property form.
Definition at line 31 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::__construct | ( | ) |
Constructor.
Definition at line 44 of file class.ilFormSectionHeaderGUI.php.
References setType().
ilFormSectionHeaderGUI::checkInput | ( | ) |
Definition at line 49 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::getInfo | ( | ) |
Get Information Text.
Definition at line 134 of file class.ilFormSectionHeaderGUI.php.
References $info.
Referenced by insert().
ilFormSectionHeaderGUI::getParentForm | ( | ) |
Get Parent Form.
Definition at line 154 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::getPostVar | ( | ) |
Definition at line 204 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::getSectionIcon | ( | ) |
Get section icon.
public
Definition at line 94 of file class.ilFormSectionHeaderGUI.php.
Referenced by insert().
ilFormSectionHeaderGUI::getTitle | ( | ) |
ilFormSectionHeaderGUI::getType | ( | ) |
Get Type.
Definition at line 69 of file class.ilFormSectionHeaderGUI.php.
References $type.
ilFormSectionHeaderGUI::insert | ( | $a_tpl | ) |
Insert property html.
Definition at line 173 of file class.ilFormSectionHeaderGUI.php.
References $section_icon, getInfo(), getSectionIcon(), and getTitle().
ilFormSectionHeaderGUI::setInfo | ( | $a_info | ) |
Set Information Text.
string | $a_info | Information Text |
Definition at line 124 of file class.ilFormSectionHeaderGUI.php.
References info().
ilFormSectionHeaderGUI::setParentForm | ( | $a_parentform | ) |
Set Parent Form.
object | $a_parentform | Parent Form |
Definition at line 144 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::setSectionAnchor | ( | $value | ) |
set section label;
unknown_type | $value |
Definition at line 164 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::setSectionIcon | ( | $a_file, | |
$a_alt | |||
) |
Set section icon.
public
string | path to icon |
string | alternative text |
Definition at line 82 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::setTitle | ( | $a_title | ) |
Set Title.
string | $a_title | Title |
Definition at line 104 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::setType | ( | $a_type | ) |
Set Type.
string | $a_type | Type |
Definition at line 59 of file class.ilFormSectionHeaderGUI.php.
References $a_type.
Referenced by __construct().
ilFormSectionHeaderGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
array | $a_values | value array |
Definition at line 199 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 35 of file class.ilFormSectionHeaderGUI.php.
Referenced by getInfo().
|
protected |
Definition at line 37 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 36 of file class.ilFormSectionHeaderGUI.php.
Referenced by insert().
|
protected |
Definition at line 34 of file class.ilFormSectionHeaderGUI.php.
Referenced by getTitle().
|
protected |
Definition at line 33 of file class.ilFormSectionHeaderGUI.php.
Referenced by getType().