|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning This class represents a section header in a property form.
Definition at line 26 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::__construct | ( | ) |
Definition at line 35 of file class.ilFormSectionHeaderGUI.php.
References setType().
Here is the call graph for this function:| ilFormSectionHeaderGUI::checkInput | ( | ) |
Definition at line 40 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getInfo | ( | ) |
Definition at line 83 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getParentForm | ( | ) |
Definition at line 93 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getPostVar | ( | ) |
Definition at line 128 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getSectionIcon | ( | ) |
Definition at line 63 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getTitle | ( | ) |
Definition at line 73 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::getType | ( | ) |
Definition at line 50 of file class.ilFormSectionHeaderGUI.php.
References $type.
| ilFormSectionHeaderGUI::insert | ( | ilTemplate | $a_tpl | ) |
Definition at line 103 of file class.ilFormSectionHeaderGUI.php.
References 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 78 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 88 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::setSectionAnchor | ( | string | $value | ) |
Definition at line 98 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::setSectionIcon | ( | string | $a_file, |
| string | $a_alt | ||
| ) |
Definition at line 55 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::setTitle | ( | string | $a_title | ) |
Definition at line 68 of file class.ilFormSectionHeaderGUI.php.
| ilFormSectionHeaderGUI::setType | ( | string | $a_type | ) |
Definition at line 45 of file class.ilFormSectionHeaderGUI.php.
Referenced by __construct().
Here is the caller graph for this function:| ilFormSectionHeaderGUI::setValueByArray | ( | array | $a_values | ) |
Definition at line 124 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 30 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 31 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 29 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 28 of file class.ilFormSectionHeaderGUI.php.
Referenced by getType().