ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Simple panel class. More...
Public Member Functions | |
setHeading ($a_val) | |
Set heading. More... | |
getHeading () | |
Get heading. More... | |
setBody ($a_val) | |
Set body. More... | |
getBody () | |
Get body. More... | |
setFooter ($a_val) | |
Set footer. More... | |
getFooter () | |
Get body. More... | |
setPanelStyle ($a_val) | |
Set panel style. More... | |
getPanelStyle () | |
Get panel style. More... | |
setHeadingStyle ($a_val) | |
Set heading style. More... | |
getHeadingStyle () | |
Get heading style. More... | |
setFooterStyle ($a_val) | |
Set footer style. More... | |
getFooterStyle () | |
Get footer style. More... | |
getHTML () | |
Get HTML. More... | |
Static Public Member Functions | |
static | getInstance () |
Get instance. More... | |
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 () | |
Constructor. More... | |
Protected Attributes | |
$heading = "" | |
$body = "" | |
$footer = "" | |
$panel_style = 0 | |
$heading_style = 0 | |
$footer_style = 0 | |
|
protected |
ilPanelGUI::getBody | ( | ) |
Get body.
Definition at line 81 of file class.ilPanelGUI.php.
References $body.
Referenced by getHTML().
ilPanelGUI::getFooter | ( | ) |
Get body.
Definition at line 101 of file class.ilPanelGUI.php.
References $footer.
Referenced by getHTML().
ilPanelGUI::getFooterStyle | ( | ) |
Get footer style.
Definition at line 161 of file class.ilPanelGUI.php.
References $footer_style.
Referenced by getHTML().
ilPanelGUI::getHeading | ( | ) |
Get heading.
Definition at line 61 of file class.ilPanelGUI.php.
References $heading.
Referenced by getHTML().
ilPanelGUI::getHeadingStyle | ( | ) |
Get heading style.
Definition at line 141 of file class.ilPanelGUI.php.
References $heading_style.
Referenced by getHTML().
ilPanelGUI::getHTML | ( | ) |
Get HTML.
Definition at line 171 of file class.ilPanelGUI.php.
References $tpl, getBody(), getFooter(), getFooterStyle(), getHeading(), getHeadingStyle(), and getPanelStyle().
|
static |
Get instance.
Definition at line 41 of file class.ilPanelGUI.php.
Referenced by ilLearningProgressBaseGUI\__getLegendHTML(), SurveyQuestionGUI\addMaterial(), ilTestQuestionSideListGUI\buildPanel(), ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilPersonalSkillsGUI\getGapAnalysisHTML(), ilChecklistGUI\getHTML(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilUsersGalleryGUI\populateTemplate(), SurveyQuestionGUI\preview(), ilObjBlogGUI\renderNavigation(), ilExSubmissionObjectGUI\renderResourceSelection(), ilSurveyExecutionGUI\runShowFinishedPage(), ilSystemSupportContactsGUI\showContacts(), ilExPeerReviewGUI\showPeerReviewOverviewObject(), ilChatroomViewGUI\showRoom(), and ilWikiStatGUI\view().
ilPanelGUI::getPanelStyle | ( | ) |
Get panel style.
Definition at line 121 of file class.ilPanelGUI.php.
References $panel_style.
Referenced by getHTML().
ilPanelGUI::setBody | ( | $a_val | ) |
ilPanelGUI::setFooter | ( | $a_val | ) |
ilPanelGUI::setFooterStyle | ( | $a_val | ) |
Set footer style.
int | $a_val | footer style |
Definition at line 151 of file class.ilPanelGUI.php.
ilPanelGUI::setHeading | ( | $a_val | ) |
ilPanelGUI::setHeadingStyle | ( | $a_val | ) |
Set heading style.
int | $a_val | heading style |
Definition at line 131 of file class.ilPanelGUI.php.
ilPanelGUI::setPanelStyle | ( | $a_val | ) |
Set panel style.
int | $a_val | panel_style |
Definition at line 111 of file class.ilPanelGUI.php.
|
protected |
Definition at line 23 of file class.ilPanelGUI.php.
Referenced by getBody().
|
protected |
Definition at line 24 of file class.ilPanelGUI.php.
Referenced by getFooter().
|
protected |
Definition at line 27 of file class.ilPanelGUI.php.
Referenced by getFooterStyle().
|
protected |
Definition at line 22 of file class.ilPanelGUI.php.
Referenced by getHeading().
|
protected |
Definition at line 26 of file class.ilPanelGUI.php.
Referenced by getHeadingStyle().
|
protected |
Definition at line 25 of file class.ilPanelGUI.php.
Referenced by getPanelStyle().
const ilPanelGUI::FOOTER_STYLE_BLOCK = 0 |
Definition at line 20 of file class.ilPanelGUI.php.
const ilPanelGUI::HEADING_STYLE_BLOCK = 1 |
Definition at line 18 of file class.ilPanelGUI.php.
Referenced by ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilChecklistGUI\getHTML(), ilObjBlogGUI\renderNavigation(), and ilChatroomViewGUI\showRoom().
const ilPanelGUI::HEADING_STYLE_SUBHEADING = 0 |
Definition at line 17 of file class.ilPanelGUI.php.
Referenced by ilTestQuestionSideListGUI\buildPanel(), and ilWikiStatGUI\view().
const ilPanelGUI::PANEL_STYLE_PRIMARY = 0 |
Definition at line 14 of file class.ilPanelGUI.php.
Referenced by ilPersonalSkillsGUI\getGapAnalysisHTML(), and ilSystemSupportContactsGUI\showContacts().
const ilPanelGUI::PANEL_STYLE_SECONDARY = 1 |
Definition at line 15 of file class.ilPanelGUI.php.
Referenced by ilLearningProgressBaseGUI\__getLegendHTML(), ilTestQuestionSideListGUI\buildPanel(), ilChecklistGUI\getHTML(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilObjBlogGUI\renderNavigation(), and ilChatroomViewGUI\showRoom().