ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (Services $gs, UIServices $ui, HTTPServices $http) | |
printToStdout (string $part=self::DEFAULT_BLOCK, bool $a_fill_tabs=true, bool $a_skip_main_menu=false) | |
printToString () | |
Use this method to get the finally rendered page as string. More... | |
addJavaScript (string $a_js_file, bool $a_add_version_parameter=true, int $a_batch=2) | |
Add a javascript file that should be included in the header. More... | |
addCss (string $a_css_file, string $media="screen") | |
Add a css file that should be included in the header. More... | |
addOnLoadCode (string $a_code, int $a_batch=2) | |
Add on load code. More... | |
addInlineCss (string $a_css, string $media="screen") | |
Add a css file that should be included in the header. More... | |
setContent (string $a_html) | |
Sets content for standard template. More... | |
setLeftContent (string $a_html) | |
Sets content of left column. More... | |
setRightContent (string $a_html) | |
Sets content of right column. More... | |
setFilter (string $filter) | |
setTitle (string $a_title, bool $hidden=false) | |
Sets title in standard template. More... | |
setDescription (string $a_descr) | |
Sets description below title in standard template. More... | |
setTitleIcon (string $a_icon_path, string $a_icon_desc="") | |
set title icon More... | |
setBanner (string $img_src) | |
setAlertProperties (array $a_props) | |
Set alert properties. More... | |
setOnScreenMessage (string $a_type, string $a_txt, bool $a_keep=false) | |
Set a message to be displayed to the user. More... | |
setFileUploadRefId (int $a_ref_id) | |
Enables the file upload into this object by dropping a file. More... | |
setHeaderActionMenu (string $a_header) | |
Set header action menu. More... | |
setHeaderPageTitle (string $a_title) | |
Sets the title of the page (for browser window). More... | |
setPageFormAction (string $a_action) | |
Sets the pages form action. More... | |
addAdminPanelToolbar (ilToolbarGUI $toolb, bool $a_bottom_panel=true, bool $a_arrow=false) | |
setVariable (string $variable, $value='') | |
Sets the given variable to the given value. More... | |
resetJavascript () | |
Reset javascript files. More... | |
get (string $part=self::DEFAULT_BLOCK) | |
Renders the given block and returns the html string. More... | |
setCurrentBlock (string $blockname=self::DEFAULT_BLOCK) | |
Sets the template to the given block. More... | |
touchBlock (string $blockname) | |
overwrites ITX::touchBlock. More... | |
parseCurrentBlock (string $blockname=self::DEFAULT_BLOCK) | |
Parses the given block. More... | |
addBlockFile (string $var, string $block, string $template_name, ?string $in_module=null) | |
overwrites ITX::addBlockFile More... | |
blockExists (string $blockname) | |
check if block exists in actual template More... | |
loadStandardTemplate () | |
This loads the standard template "tpl.adm_content.html" and "tpl.statusline.html" the CONTENT and STATUSLINE placeholders if they are not already loaded. More... | |
setLocator () | |
Insert locator. More... | |
setPermanentLink (string $a_type, ?int $a_id, string $a_append="", string $a_target="", string $a_title="") | |
Generates and sets a permanent ilias link. More... | |
setTreeFlatIcon (string $a_link, string $a_mode) | |
Sets a tree or flat icon. More... | |
hideFooter () | |
Make the template hide the footer. More... | |
setLeftNavContent (string $a_content) | |
Sets content of left navigation column. More... | |
resetHeaderBlock (bool $a_reset_header_action=true) | |
Reset all header properties: title, icon, description, alerts, action menu. More... | |
setLoginTargetPar (string $a_val) | |
Set target parameter for login (public sector). More... | |
getOnLoadCodeForAsynch () | |
Get js onload code for ajax calls. More... | |
fillJavaScriptFiles (bool $a_force=false) | |
Probably adds javascript files. More... | |
setBodyClass (string $a_class="") | |
Sets the body-tags class. More... | |
clearHeader () | |
Clear header. More... | |
setTabs (string $a_tabs_html) | |
sets tabs in standard template More... | |
setSubTabs (string $a_tabs_html) | |
sets subtabs in standard template More... | |
getSpecial (string $part=self::DEFAULT_BLOCK, bool $add_error_mess=false, bool $handle_referer=false, bool $add_ilias_footer=false, bool $add_standard_elements=false, bool $a_main_menu=true, bool $a_tabs=true) | |
Renders the page with specific elements enabled. More... | |
![]() | |
addAdminPanelToolbar (\ilToolbarGUI $toolbar, bool $is_bottom_panel=true, bool $has_arrow=false) | |
Add admin panel commands as toolbar. More... | |
Protected Member Functions | |
prepareOutputHeaders () | |
prepareBasicJS () | |
prepareBasicCSS () | |
Protected Attributes | |
HTTPServices | $http |
Services | $gs |
ilLoggerFactory | $logger_factory |
UIServices | $ui |
PageContentGUI | $legacy_content_template |
ilLanguage | $lng |
ilSetting | $il_settings |
Refinery | $refinery |
Static Protected Attributes | |
static array | $ignored_blocks |
Additional Inherited Members | |
![]() | |
const | MESSAGE_TYPE_FAILURE = 'failure' |
const | MESSAGE_TYPE_SUCCESS = "success" |
const | MESSAGE_TYPE_QUESTION = "question" |
const | MESSAGE_TYPE_INFO = "info" |
const | MESSAGE_TYPES |
const | DEFAULT_BLOCK = 'DEFAULT' |
Definition at line 35 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::__construct | ( | Services | $gs, |
UIServices | $ui, | ||
HTTPServices | $http | ||
) |
Definition at line 60 of file class.ilGlobalPageTemplate.php.
References $DIC, $gs, $http, $ui, ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\ui().
ilGlobalPageTemplate::addAdminPanelToolbar | ( | ilToolbarGUI | $toolb, |
bool | $a_bottom_panel = true , |
||
bool | $a_arrow = false |
||
) |
Definition at line 255 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::addBlockFile | ( | string | $var, |
string | $block, | ||
string | $template_name, | ||
?string | $in_module = null |
||
) |
overwrites ITX::addBlockFile
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 324 of file class.ilGlobalPageTemplate.php.
References blockExists().
Referenced by ilInfoScreenGUI\getHTML().
ilGlobalPageTemplate::addCss | ( | string | $a_css_file, |
string | $media = "screen" |
||
) |
Add a css file that should be included in the header.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 159 of file class.ilGlobalPageTemplate.php.
Referenced by setVariable().
ilGlobalPageTemplate::addInlineCss | ( | string | $a_css, |
string | $media = "screen" |
||
) |
Add a css file that should be included in the header.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 169 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::addJavaScript | ( | string | $a_js_file, |
bool | $a_add_version_parameter = true , |
||
int | $a_batch = 2 |
||
) |
Add a javascript file that should be included in the header.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 154 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::addOnLoadCode | ( | string | $a_code, |
int | $a_batch = 2 |
||
) |
Add on load code.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 164 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::blockExists | ( | string | $block_name | ) |
check if block exists in actual template
string | $block_name |
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 333 of file class.ilGlobalPageTemplate.php.
Referenced by addBlockFile(), parseCurrentBlock(), setCurrentBlock(), and touchBlock().
ilGlobalPageTemplate::clearHeader | ( | ) |
Clear header.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 413 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::fillJavaScriptFiles | ( | bool | $a_force = false | ) |
Probably adds javascript files.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 403 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::get | ( | string | $part = self::DEFAULT_BLOCK | ) |
Renders the given block and returns the html string.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 281 of file class.ilGlobalPageTemplate.php.
Referenced by assTextQuestionGUI\getBestAnswer(), ilInfoScreenGUI\getHTML(), assTextQuestionGUI\getJsCode(), assQuestionGUI\getPreviousSolutionConfirmationCheckboxHtml(), assImagemapQuestionGUI\getPreviousSolutionConfirmationCheckboxHtml(), assLongMenuGUI\getSelectGapTemplate(), ilExPeerReviewGUI\getSubPanel(), assLongMenuGUI\getTextGapTemplate(), assMultipleChoiceGUI\getUseUnchangedAnswerCheckboxHtml(), assQuestionGUI\getUseUnchangedAnswerCheckboxHtml(), assLongMenuGUI\populateQuestionSpecificFormPart(), assClozeTestGUI\populateQuestionSpecificFormPart(), and ilDclRecordEditGUI\searchObjects().
ilGlobalPageTemplate::getOnLoadCodeForAsynch | ( | ) |
Get js onload code for ajax calls.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 388 of file class.ilGlobalPageTemplate.php.
Referenced by ilExPeerReviewGUI\updateCritAjaxObject().
ilGlobalPageTemplate::getSpecial | ( | string | $part = self::DEFAULT_BLOCK , |
bool | $add_error_mess = false , |
||
bool | $handle_referer = false , |
||
bool | $add_ilias_footer = false , |
||
bool | $add_standard_elements = false , |
||
bool | $a_main_menu = true , |
||
bool | $a_tabs = true |
||
) |
Renders the page with specific elements enabled.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 428 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::hideFooter | ( | ) |
Make the template hide the footer.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 368 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::loadStandardTemplate | ( | ) |
This loads the standard template "tpl.adm_content.html" and "tpl.statusline.html" the CONTENT and STATUSLINE placeholders if they are not already loaded.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 342 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::parseCurrentBlock | ( | string | $block_name = self::DEFAULT_BLOCK | ) |
Parses the given block.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 312 of file class.ilGlobalPageTemplate.php.
References blockExists().
Referenced by assTextQuestionGUI\getBestAnswer(), ilInfoScreenGUI\getHTML(), assTextQuestionGUI\getJsCode(), assLongMenuGUI\getSelectGapTemplate(), ilExPeerReviewGUI\getSubPanel(), assMultipleChoiceGUI\getUseUnchangedAnswerCheckboxHtml(), assLongMenuGUI\populateQuestionSpecificFormPart(), assClozeTestGUI\populateQuestionSpecificFormPart(), assSingleChoiceGUI\renderAggregateView(), and ilDclRecordEditGUI\searchObjects().
|
protected |
Definition at line 119 of file class.ilGlobalPageTemplate.php.
References ilUtil\getNewContentStyleSheetLocation(), and ilUtil\getStyleSheetLocation().
Referenced by printToStdout(), and printToString().
|
protected |
JsonException |
Definition at line 98 of file class.ilGlobalPageTemplate.php.
References ilSessionReminder\byLoggedInUser(), ilBuddySystemGUI\initializeFrontend(), ilOnScreenChatGUI\initializeFrontend(), iljQueryUtil\initjQuery(), iljQueryUtil\initjQueryUI(), and ILIAS\Repository\lng().
Referenced by printToStdout(), and printToString().
|
protected |
Definition at line 73 of file class.ilGlobalPageTemplate.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Referenced by printToStdout(), and printToString().
ilGlobalPageTemplate::printToStdout | ( | string | $part = self::DEFAULT_BLOCK , |
bool | $has_tabs = true , |
||
bool | $skip_main_menu = false |
||
) |
bool | $has_tabs | if template variable {TABS} should be filled with content of ilTabs |
bool | $skip_main_menu | if the main menu should be rendered. |
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 125 of file class.ilGlobalPageTemplate.php.
References ilObjLanguageAccess\_saveUsages(), ILIAS\FileDelivery\http(), prepareBasicCSS(), prepareBasicJS(), prepareOutputHeaders(), and ILIAS\Repository\ui().
ilGlobalPageTemplate::printToString | ( | ) |
Use this method to get the finally rendered page as string.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 143 of file class.ilGlobalPageTemplate.php.
References prepareBasicCSS(), prepareBasicJS(), prepareOutputHeaders(), and ILIAS\Repository\ui().
Referenced by ILIAS\Wiki\Export\WikiHtmlExport\exportPageHTML(), ILIAS\Notes\Export\NotesHtmlExport\writeExportFile(), and ILIAS\Wiki\Export\BlogHtmlExport\writeExportFile().
ilGlobalPageTemplate::resetHeaderBlock | ( | bool | $a_reset_header_action = true | ) |
Reset all header properties: title, icon, description, alerts, action menu.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 378 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::resetJavascript | ( | ) |
Reset javascript files.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 276 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setAlertProperties | ( | array | $alerts | ) |
Set alert properties.
array<int,array> | $alerts |
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 225 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setBanner | ( | string | $img_src | ) |
Definition at line 220 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setBodyClass | ( | string | $a_class = "" | ) |
Sets the body-tags class.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 408 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setContent | ( | string | $a_html | ) |
Sets content for standard template.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 174 of file class.ilGlobalPageTemplate.php.
Referenced by ilExAssignmentEditorGUI\addAssignmentObject(), ilSurveySkillGUI\assignSkillToQuestion(), ilExAssignmentEditorGUI\confirmAssignmentsDeletionObject(), ilExPeerReviewGUI\confirmResetPeerReviewObject(), ilExAssignmentEditorGUI\editAssignmentObject(), ilExPeerReviewGUI\editPeerReviewItemObject(), ilExPeerReviewGUI\editPeerReviewObject(), ilExAssignmentEditorGUI\editPeerReviewObject(), ilInfoScreenGUI\executeCommand(), ILIAS\Wiki\Export\WikiHtmlExport\exportPageHTML(), ilExAssignmentEditorGUI\listAssignmentsObject(), ilSurveySkillGUI\listQuestionAssignment(), ilExAssignmentEditorGUI\saveAssignmentObject(), ilExPeerReviewGUI\showGivenPeerReviewObject(), ilExPeerReviewGUI\showPeerReviewOverviewObject(), ilExPeerReviewGUI\showReceivedPeerReviewObject(), ilInfoScreenGUI\showSummary(), ilExAssignmentEditorGUI\updateAssignmentObject(), ilExAssignmentEditorGUI\updatePeerReviewObject(), ILIAS\Notes\Export\NotesHtmlExport\writeExportFile(), and ILIAS\Wiki\Export\BlogHtmlExport\writeExportFile().
ilGlobalPageTemplate::setCurrentBlock | ( | string | $part = self::DEFAULT_BLOCK | ) |
Sets the template to the given block.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 286 of file class.ilGlobalPageTemplate.php.
References blockExists().
Referenced by assTextQuestionGUI\getBestAnswer(), ilInfoScreenGUI\getHTML(), assTextQuestionGUI\getJsCode(), assLongMenuGUI\getSelectGapTemplate(), ilExPeerReviewGUI\getSubPanel(), assMultipleChoiceGUI\getUseUnchangedAnswerCheckboxHtml(), assSingleChoiceGUI\renderAggregateView(), and ilDclRecordEditGUI\searchObjects().
ilGlobalPageTemplate::setDescription | ( | string | $a_descr | ) |
Sets description below title in standard template.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 209 of file class.ilGlobalPageTemplate.php.
Referenced by ilExAssignmentEditorGUI\setAssignmentHeader().
ilGlobalPageTemplate::setFileUploadRefId | ( | int | $a_ref_id | ) |
Enables the file upload into this object by dropping a file.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 235 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setFilter | ( | string | $filter | ) |
Definition at line 189 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setHeaderActionMenu | ( | string | $a_header | ) |
Set header action menu.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 240 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setHeaderPageTitle | ( | string | $a_title | ) |
Sets the title of the page (for browser window).
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 245 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setLeftContent | ( | string | $a_html | ) |
Sets content of left column.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 179 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setLeftNavContent | ( | string | $a_content | ) |
Sets content of left navigation column.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 373 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setLocator | ( | ) |
Insert locator.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 347 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setLoginTargetPar | ( | string | $a_val | ) |
Set target parameter for login (public sector).
This is used by the main menu
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 383 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setOnScreenMessage | ( | string | $type, |
string | $a_txt, | ||
bool | $a_keep = false |
||
) |
Set a message to be displayed to the user.
Please use instead of ilUtil::sendInfo(), ilUtil::sendSuccess() and ilUtil::sendFailure().
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 230 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setPageFormAction | ( | string | $a_action | ) |
Sets the pages form action.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 250 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setPermanentLink | ( | string | $a_type, |
?int | $a_id, | ||
string | $a_append = "" , |
||
string | $a_target = "" , |
||
string | $a_title = "" |
||
) |
Generates and sets a permanent ilias link.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 352 of file class.ilGlobalPageTemplate.php.
References ilLink\_getStaticLink().
ilGlobalPageTemplate::setRightContent | ( | string | $a_html | ) |
Sets content of right column.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 184 of file class.ilGlobalPageTemplate.php.
Referenced by ILIAS\Wiki\Export\WikiHtmlExport\exportPageHTML(), ilInfoScreenGUI\showSummary(), and ILIAS\Wiki\Export\BlogHtmlExport\writeExportFile().
ilGlobalPageTemplate::setSubTabs | ( | string | $a_tabs_html | ) |
sets subtabs in standard template
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 423 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setTabs | ( | string | $a_tabs_html | ) |
sets tabs in standard template
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 418 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setTitle | ( | string | $a_title, |
bool | $hidden = false |
||
) |
Sets title in standard template.
Will override the header_page_title.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 194 of file class.ilGlobalPageTemplate.php.
Referenced by ILIAS\Wiki\Export\WikiHtmlExport\exportPageHTML(), ilExAssignmentEditorGUI\setAssignmentHeader(), ilExPeerReviewGUI\showGivenPeerReviewObject(), and ilExPeerReviewGUI\showReceivedPeerReviewObject().
ilGlobalPageTemplate::setTitleIcon | ( | string | $a_icon_path, |
string | $a_icon_desc = "" |
||
) |
set title icon
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 214 of file class.ilGlobalPageTemplate.php.
Referenced by ILIAS\Wiki\Export\WikiHtmlExport\exportPageHTML().
ilGlobalPageTemplate::setTreeFlatIcon | ( | string | $a_link, |
string | $a_mode | ||
) |
Sets a tree or flat icon.
string | $a_mode | ("tree" | "flat") |
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 363 of file class.ilGlobalPageTemplate.php.
ilGlobalPageTemplate::setVariable | ( | string | $variable, |
$value = '' |
|||
) |
Sets the given variable to the given value.
mixed | $value |
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 262 of file class.ilGlobalPageTemplate.php.
References addCss(), and ILIAS\Repository\refinery().
Referenced by assTextQuestionGUI\getBestAnswer(), ilInfoScreenGUI\getHTML(), assTextQuestionGUI\getJsCode(), assQuestionGUI\getPreviousSolutionConfirmationCheckboxHtml(), assImagemapQuestionGUI\getPreviousSolutionConfirmationCheckboxHtml(), assLongMenuGUI\getSelectGapTemplate(), ilExPeerReviewGUI\getSubPanel(), assLongMenuGUI\getTextGapTemplate(), assMultipleChoiceGUI\getUseUnchangedAnswerCheckboxHtml(), assQuestionGUI\getUseUnchangedAnswerCheckboxHtml(), assLongMenuGUI\populateQuestionSpecificFormPart(), assClozeTestGUI\populateQuestionSpecificFormPart(), assSingleChoiceGUI\renderAggregateView(), and ilDclRecordEditGUI\searchObjects().
ilGlobalPageTemplate::touchBlock | ( | string | $block | ) |
overwrites ITX::touchBlock.
Implements ILIAS\UICore\GlobalTemplate.
Definition at line 298 of file class.ilGlobalPageTemplate.php.
References blockExists().
Referenced by ilInfoScreenGUI\getHTML(), assTextQuestionGUI\getJsCode(), and assMultipleChoiceGUI\getUseUnchangedAnswerCheckboxHtml().
|
protected |
Definition at line 38 of file class.ilGlobalPageTemplate.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilGlobalPageTemplate.php.
Referenced by __construct().
|
staticprotected |
Definition at line 49 of file class.ilGlobalPageTemplate.php.
|
protected |
Definition at line 43 of file class.ilGlobalPageTemplate.php.
|
protected |
Definition at line 41 of file class.ilGlobalPageTemplate.php.
|
protected |
Definition at line 42 of file class.ilGlobalPageTemplate.php.
|
protected |
Definition at line 39 of file class.ilGlobalPageTemplate.php.
|
protected |
Definition at line 44 of file class.ilGlobalPageTemplate.php.
|
protected |
Definition at line 40 of file class.ilGlobalPageTemplate.php.
Referenced by __construct().