|
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 ilPanelGUI:Public Member Functions | |
| setHeading (string $a_val) | |
| getHeading () | |
| setBody (string $a_val) | |
| getBody () | |
| setFooter (string $a_val) | |
| getFooter () | |
| setPanelStyle (int $a_val) | |
| getPanelStyle () | |
| setHeadingStyle (int $a_val) | |
| getHeadingStyle () | |
| setFooterStyle (int $a_val) | |
| getFooterStyle () | |
| getHTML () | |
Static Public Member Functions | |
| static | getInstance () |
Data Fields | |
| const | PANEL_STYLE_PRIMARY = 0 |
| const | PANEL_STYLE_SECONDARY = 1 |
| const | HEADING_STYLE_SUBHEADING = 0 |
| const | HEADING_STYLE_BLOCK = 1 |
| const | FOOTER_STYLE_BLOCK = 0 |
Protected Member Functions | |
| __construct () | |
Protected Attributes | |
| string | $heading = "" |
| string | $body = "" |
| string | $footer = "" |
| int | $panel_style = 0 |
| int | $heading_style = 0 |
| int | $footer_style = 0 |
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 Simple panel class
Definition at line 24 of file class.ilPanelGUI.php.
|
protected |
Definition at line 39 of file class.ilPanelGUI.php.
| ilPanelGUI::getBody | ( | ) |
Definition at line 63 of file class.ilPanelGUI.php.
References $body.
Referenced by getHTML().
Here is the caller graph for this function:| ilPanelGUI::getFooter | ( | ) |
Definition at line 73 of file class.ilPanelGUI.php.
References $footer.
Referenced by getHTML().
Here is the caller graph for this function:| ilPanelGUI::getFooterStyle | ( | ) |
Definition at line 103 of file class.ilPanelGUI.php.
References $footer_style.
Referenced by getHTML().
Here is the caller graph for this function:| ilPanelGUI::getHeading | ( | ) |
Definition at line 53 of file class.ilPanelGUI.php.
References $heading.
Referenced by getHTML().
Here is the caller graph for this function:| ilPanelGUI::getHeadingStyle | ( | ) |
Definition at line 93 of file class.ilPanelGUI.php.
References $heading_style.
Referenced by getHTML().
Here is the caller graph for this function:| ilPanelGUI::getHTML | ( | ) |
Definition at line 108 of file class.ilPanelGUI.php.
References $tpl, FOOTER_STYLE_BLOCK, getBody(), getFooter(), getFooterStyle(), getHeading(), getHeadingStyle(), getPanelStyle(), HEADING_STYLE_BLOCK, HEADING_STYLE_SUBHEADING, and PANEL_STYLE_SECONDARY.
Here is the call graph for this function:
|
static |
Definition at line 43 of file class.ilPanelGUI.php.
Referenced by ilLearningProgressBaseGUI\__getLegendHTML(), SurveyQuestionGUI\addMaterial(), ilTestQuestionSideListGUI\buildPanel(), ilPersonalSkillsGUI\getGapAnalysisHTML(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilUsersGalleryGUI\populateTemplate(), SurveyQuestionGUI\preview(), ilSurveyExecutionGUI\runShowFinishedPage(), ilSystemSupportContactsGUI\showContacts(), ilExPeerReviewGUI\showPeerReviewOverviewObject(), and ilChatroomViewGUI\showRoom().
Here is the caller graph for this function:| ilPanelGUI::getPanelStyle | ( | ) |
Definition at line 83 of file class.ilPanelGUI.php.
References $panel_style.
Referenced by getHTML().
Here is the caller graph for this function:| ilPanelGUI::setBody | ( | string | $a_val | ) |
Definition at line 58 of file class.ilPanelGUI.php.
| ilPanelGUI::setFooter | ( | string | $a_val | ) |
Definition at line 68 of file class.ilPanelGUI.php.
References ILIAS\UI\examples\MainControls\Footer\footer().
Here is the call graph for this function:| ilPanelGUI::setFooterStyle | ( | int | $a_val | ) |
Definition at line 98 of file class.ilPanelGUI.php.
| ilPanelGUI::setHeading | ( | string | $a_val | ) |
Definition at line 48 of file class.ilPanelGUI.php.
| ilPanelGUI::setHeadingStyle | ( | int | $a_val | ) |
Definition at line 88 of file class.ilPanelGUI.php.
| ilPanelGUI::setPanelStyle | ( | int | $a_val | ) |
Definition at line 78 of file class.ilPanelGUI.php.
|
protected |
Definition at line 33 of file class.ilPanelGUI.php.
Referenced by getBody().
|
protected |
Definition at line 34 of file class.ilPanelGUI.php.
Referenced by getFooter().
|
protected |
Definition at line 37 of file class.ilPanelGUI.php.
Referenced by getFooterStyle().
|
protected |
Definition at line 32 of file class.ilPanelGUI.php.
Referenced by getHeading().
|
protected |
Definition at line 36 of file class.ilPanelGUI.php.
Referenced by getHeadingStyle().
|
protected |
Definition at line 35 of file class.ilPanelGUI.php.
Referenced by getPanelStyle().
| const ilPanelGUI::FOOTER_STYLE_BLOCK = 0 |
Definition at line 30 of file class.ilPanelGUI.php.
Referenced by getHTML().
| const ilPanelGUI::HEADING_STYLE_BLOCK = 1 |
Definition at line 29 of file class.ilPanelGUI.php.
Referenced by getHTML(), and ilChatroomViewGUI\showRoom().
| const ilPanelGUI::HEADING_STYLE_SUBHEADING = 0 |
Definition at line 28 of file class.ilPanelGUI.php.
Referenced by ilTestQuestionSideListGUI\buildPanel(), and getHTML().
| const ilPanelGUI::PANEL_STYLE_PRIMARY = 0 |
Definition at line 26 of file class.ilPanelGUI.php.
Referenced by ilPersonalSkillsGUI\getGapAnalysisHTML(), and ilSystemSupportContactsGUI\showContacts().
| const ilPanelGUI::PANEL_STYLE_SECONDARY = 1 |
Definition at line 27 of file class.ilPanelGUI.php.
Referenced by ilLearningProgressBaseGUI\__getLegendHTML(), ilTestQuestionSideListGUI\buildPanel(), getHTML(), ilLPListOfSettingsGUI\handleLPUsageInfo(), and ilChatroomViewGUI\showRoom().