ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. 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 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().
ilFormSectionHeaderGUI::checkInput | ( | ) |
Definition at line 40 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::getInfo | ( | ) |
Definition at line 83 of file class.ilFormSectionHeaderGUI.php.
References $info.
Referenced by insert().
ilFormSectionHeaderGUI::getParentForm | ( | ) |
Definition at line 93 of file class.ilFormSectionHeaderGUI.php.
References $parentform.
ilFormSectionHeaderGUI::getPostVar | ( | ) |
Definition at line 128 of file class.ilFormSectionHeaderGUI.php.
ilFormSectionHeaderGUI::getSectionIcon | ( | ) |
Definition at line 63 of file class.ilFormSectionHeaderGUI.php.
Referenced by insert().
ilFormSectionHeaderGUI::getTitle | ( | ) |
Definition at line 73 of file class.ilFormSectionHeaderGUI.php.
References $title.
Referenced by insert().
ilFormSectionHeaderGUI::getType | ( | ) |
ilFormSectionHeaderGUI::insert | ( | ilTemplate | $a_tpl | ) |
Definition at line 103 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 78 of file class.ilFormSectionHeaderGUI.php.
References ILIAS\UI\examples\MessageBox\Info\info().
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().
ilFormSectionHeaderGUI::setValueByArray | ( | array | $a_values | ) |
Definition at line 124 of file class.ilFormSectionHeaderGUI.php.
|
protected |
Definition at line 30 of file class.ilFormSectionHeaderGUI.php.
Referenced by getInfo().
|
protected |
Definition at line 33 of file class.ilFormSectionHeaderGUI.php.
Referenced by getParentForm().
|
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.
Referenced by getTitle().
|
protected |
Definition at line 28 of file class.ilFormSectionHeaderGUI.php.
Referenced by getType().