|
ILIAS
Release_5_0_x_branch Revision 61816
|
This class represents a section header in a property form. More...
Collaboration diagram for ilFormSectionHeaderGUI:Public Member Functions | |
| __construct () | |
| Constructor. | |
| checkInput () | |
| setType ($a_type) | |
| Set Type. | |
| getType () | |
| Get Type. | |
| setSectionIcon ($a_file, $a_alt) | |
| Set section icon. | |
| getSectionIcon () | |
| Get section icon. | |
| setTitle ($a_title) | |
| Set Title. | |
| getTitle () | |
| Get Title. | |
| setInfo ($a_info) | |
| Set Information Text. | |
| getInfo () | |
| Get Information Text. | |
| setParentForm ($a_parentform) | |
| Set Parent Form. | |
| getParentForm () | |
| Get Parent Form. | |
| setSectionAnchor ($value) | |
| set section label; | |
| insert (&$a_tpl) | |
| Insert property html. | |
| setValueByArray ($a_values) | |
| Set value by array. | |
| 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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| ilFormSectionHeaderGUI::getParentForm | ( | ) |
Get Parent Form.
Definition at line 154 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getPostVar | ( | ) |
Definition at line 203 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getSectionIcon | ( | ) |
Get section icon.
public
Definition at line 94 of file class.ilFormSectionHeaderGUI.php.
Referenced by insert().
Here is the caller graph for this function:| 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 172 of file class.ilFormSectionHeaderGUI.php.
References $section_icon, getInfo(), getSectionIcon(), and getTitle().
Here is the call graph for this function:| ilFormSectionHeaderGUI::setInfo | ( | $a_info | ) |
Set Information Text.
| string | $a_info | Information Text |
Definition at line 124 of file class.ilFormSectionHeaderGUI.php.
| 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.
Referenced by __construct().
Here is the caller graph for this function:| ilFormSectionHeaderGUI::setValueByArray | ( | $a_values | ) |
Set value by array.
| array | $a_values | value array |
Definition at line 198 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().