ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 82 of file class.ilPanelGUI.php.
References $body.
Referenced by getHTML().
ilPanelGUI::getFooter | ( | ) |
Get body.
Definition at line 102 of file class.ilPanelGUI.php.
References $footer.
Referenced by getHTML().
ilPanelGUI::getFooterStyle | ( | ) |
Get footer style.
Definition at line 162 of file class.ilPanelGUI.php.
References $footer_style.
Referenced by getHTML().
ilPanelGUI::getHeading | ( | ) |
Get heading.
Definition at line 62 of file class.ilPanelGUI.php.
References $heading.
Referenced by getHTML().
ilPanelGUI::getHeadingStyle | ( | ) |
Get heading style.
Definition at line 142 of file class.ilPanelGUI.php.
References $heading_style.
Referenced by getHTML().
ilPanelGUI::getHTML | ( | ) |
Get HTML.
Definition at line 172 of file class.ilPanelGUI.php.
References $tpl, getBody(), getFooter(), getFooterStyle(), getHeading(), getHeadingStyle(), and getPanelStyle().
|
static |
Get instance.
Definition at line 42 of file class.ilPanelGUI.php.
Referenced by ilLearningProgressBaseGUI\__getLegendHTML(), SurveyQuestionGUI\addMaterial(), ilTestQuestionSideListGUI\buildPanel(), ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilPersonalSkillsGUI\getGapAnalysisHTML(), ilChecklistGUI\getHTML(), ilLPListOfSettingsGUI\handleLPUsageInfo(), SurveyQuestionGUI\preview(), ilUsersGalleryGUI\renderLinkButton(), ilObjBlogGUI\renderNavigation(), ilExSubmissionObjectGUI\renderResourceSelection(), ilSurveyExecutionGUI\runShowFinishedPage(), ilSystemSupportContactsGUI\showContacts(), ilLicenseOverviewGUI\showLicenses(), ilExPeerReviewGUI\showPeerReviewOverviewObject(), and ilWikiStatGUI\view().
ilPanelGUI::getPanelStyle | ( | ) |
Get panel style.
Definition at line 122 of file class.ilPanelGUI.php.
References $panel_style.
Referenced by getHTML().
ilPanelGUI::setBody | ( | $a_val | ) |
ilPanelGUI::setFooter | ( | $a_val | ) |
Set footer.
string | $a_val | footer |
Definition at line 92 of file class.ilPanelGUI.php.
References footer.
ilPanelGUI::setFooterStyle | ( | $a_val | ) |
Set footer style.
int | $a_val | footer style |
Definition at line 152 of file class.ilPanelGUI.php.
ilPanelGUI::setHeading | ( | $a_val | ) |
ilPanelGUI::setHeadingStyle | ( | $a_val | ) |
Set heading style.
int | $a_val | heading style |
Definition at line 132 of file class.ilPanelGUI.php.
ilPanelGUI::setPanelStyle | ( | $a_val | ) |
Set panel style.
int | $a_val | panel_style |
Definition at line 112 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(), and ilObjBlogGUI\renderNavigation().
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 ilLicenseOverviewGUI\showLicenses().