ILIAS
Release_5_0_x_branch Revision 61816
|
Simple panel class. More...
Public Member Functions | |
setHeading ($a_val) | |
Set heading. | |
getHeading () | |
Get heading. | |
setBody ($a_val) | |
Set body. | |
getBody () | |
Get body. | |
setFooter ($a_val) | |
Set footer. | |
getFooter () | |
Get body. | |
setPanelStyle ($a_val) | |
Set panel style. | |
getPanelStyle () | |
Get panel style. | |
setHeadingStyle ($a_val) | |
Set heading style. | |
getHeadingStyle () | |
Get heading style. | |
setFooterStyle ($a_val) | |
Set footer style. | |
getFooterStyle () | |
Get footer style. | |
getHTML () | |
Get HTML. |
Static Public Member Functions | |
static | getInstance () |
Get instance. |
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. |
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(), ilPersonalSkillsGUI\getGapAnalysisHTML(), ilChecklistGUI\getHTML(), ilTestPlayerAbstractGUI\outQuestionSummaryCmd(), SurveyQuestionGUI\preview(), ilObjBlogGUI\renderNavigation(), ilSurveyExecutionGUI\runShowFinishedPage(), ilLicenseOverviewGUI\showLicenses(), ilObjExerciseGUI\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 | ) |
Set body.
string | $a_val | body |
Definition at line 72 of file class.ilPanelGUI.php.
ilPanelGUI::setFooter | ( | $a_val | ) |
Set footer.
string | $a_val | footer |
Definition at line 92 of file class.ilPanelGUI.php.
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 | ) |
Set heading.
string | $a_val | heading |
Definition at line 52 of file class.ilPanelGUI.php.
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 ilChecklistGUI\getHTML(), and ilObjBlogGUI\renderNavigation().
const ilPanelGUI::HEADING_STYLE_SUBHEADING = 0 |
Definition at line 17 of file class.ilPanelGUI.php.
Referenced by ilTestPlayerAbstractGUI\outQuestionSummaryCmd(), and ilWikiStatGUI\view().
const ilPanelGUI::PANEL_STYLE_PRIMARY = 0 |
Definition at line 14 of file class.ilPanelGUI.php.
Referenced by ilPersonalSkillsGUI\getGapAnalysisHTML().
const ilPanelGUI::PANEL_STYLE_SECONDARY = 1 |
Definition at line 15 of file class.ilPanelGUI.php.
Referenced by ilLearningProgressBaseGUI\__getLegendHTML(), ilChecklistGUI\getHTML(), ilTestPlayerAbstractGUI\outQuestionSummaryCmd(), ilObjBlogGUI\renderNavigation(), and ilLicenseOverviewGUI\showLicenses().