|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilGlobalPageTemplate:
Collaboration diagram for ilGlobalPageTemplate:Public Member Functions | |
| __construct (Services $gs, UIServices $ui, HTTPServices $http) | |
| @inheritDoc More... | |
| 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... | |
| addLightbox (string $a_html, string $a_id) | |
| Add a lightbox html to the template. More... | |
| setPageFormAction (string $a_action) | |
| Sets the pages form action. More... | |
| addAdminPanelToolbar (ilToolbarGUI $toolb, bool $a_bottom_panel=true, bool $a_arrow=false) | |
| Add admin panel commands as toolbar. More... | |
| 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... | |
| hideFooter () | |
| Make the template hide the footer. More... | |
| setOnScreenMessage (string $type, string $a_txt, bool $a_keep=false) | |
| Set a message to be displayed to the user. 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... | |
| addOnLoadCode (string $a_code, int $a_batch=2) | |
| Add on load code. More... | |
| getOnLoadCodeForAsynch () | |
| Get js onload code for ajax calls. More... | |
| resetJavascript () | |
| Reset javascript files. More... | |
| fillJavaScriptFiles (bool $a_force=false) | |
| Probably adds javascript files. More... | |
| addCss (string $a_css_file, string $media="screen") | |
| Add a css file that should be included in the header. More... | |
| addInlineCss (string $a_css, string $media="screen") | |
| Add a css file that should be included in the header. More... | |
| setBodyClass (string $a_class="") | |
| Sets the body-tags class. 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... | |
| 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... | |
| setAlertProperties (array $alerts) | |
| Set alert properties. More... | |
| clearHeader () | |
| Clear header. More... | |
| setHeaderActionMenu (string $a_header) | |
| Set header action menu. More... | |
| setHeaderPageTitle (string $a_title) | |
| Sets the title of the page (for browser window). More... | |
| setLocator () | |
| Insert locator. More... | |
| setTabs (string $a_tabs_html) | |
| sets tabs in standard template More... | |
| setSubTabs (string $a_tabs_html) | |
| sets subtabs in standard template More... | |
| setContent (string $a_html) | |
| Sets content for standard template. More... | |
| setLeftContent (string $a_html) | |
| Sets content of left column. More... | |
| setLeftNavContent (string $a_content) | |
| Sets content of left navigation column. More... | |
| setRightContent (string $a_html) | |
| Sets content of right column. More... | |
| setPageFormAction (string $a_action) | |
| Sets the pages form action. More... | |
| setLoginTargetPar (string $a_val) | |
| Set target parameter for login (public sector). 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... | |
| printToStdout (string $part=self::DEFAULT_BLOCK, bool $has_tabs=true, bool $skip_main_menu=false) | |
| printToString () | |
| Use this method to get the finally rendered page as string. More... | |
| setTreeFlatIcon (string $a_link, string $a_mode) | |
| Sets a tree or flat icon. More... | |
| addLightbox (string $a_html, string $a_id) | |
| Add a lightbox html to the template. More... | |
| addAdminPanelToolbar (ilToolbarGUI $toolbar, bool $is_bottom_panel=true, bool $has_arrow=false) | |
| Add admin panel commands as toolbar. 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... | |
| resetHeaderBlock (bool $a_reset_header_action=true) | |
| Reset all header properties: title, icon, description, alerts, action menu. More... | |
| setFileUploadRefId (int $a_ref_id) | |
| Enables the file upload into this object by dropping a file. More... | |
| get (string $part=self::DEFAULT_BLOCK) | |
| Renders the given block and returns the html string. More... | |
| setVariable (string $variable, $value='') | |
| Sets the given variable to the given value. More... | |
| setCurrentBlock (string $part=self::DEFAULT_BLOCK) | |
| Sets the template to the given block. More... | |
| parseCurrentBlock (string $block_name=self::DEFAULT_BLOCK) | |
| Parses the given block. More... | |
| touchBlock (string $block) | |
| overwrites ITX::touchBlock. More... | |
| addBlockFile (string $var, string $block, string $template_name, string $in_module=null) | |
| overwrites ITX::addBlockFile More... | |
| blockExists (string $block_name) | |
| check if block exists in actual template More... | |
Protected Member Functions | |
| prepareOutputHeaders () | |
| prepareBasicJS () | |
| prepareBasicCSS () | |
Protected Attributes | |
| HTTPServices | $http |
| Services | $gs |
| UIServices | $ui |
| PageContentGUI | $legacy_content_template |
| ilLanguage | $lng |
| ilSetting | $il_settings |
| Refinery | $refinery |
Static Protected Attributes | |
| static array | $ignored_blocks |
Additional Inherited Members | |
Data Fields inherited from ilGlobalTemplateInterface | |
| 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 36 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::__construct | ( | Services | $gs, |
| UIServices | $ui, | ||
| HTTPServices | $http | ||
| ) |
@inheritDoc
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().
Here is the call graph for this function:| ilGlobalPageTemplate::addAdminPanelToolbar | ( | ilToolbarGUI | $toolbar, |
| bool | $is_bottom_panel = true, |
||
| bool | $has_arrow = false |
||
| ) |
Add admin panel commands as toolbar.
| bool | $is_bottom_panel | if the panel should be rendered at the bottom of the page as well. |
| bool | $has_arrow | if the panel should be rendered with an arrow icon. |
Implements ilGlobalTemplateInterface.
Definition at line 259 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::addBlockFile | ( | string | $var, |
| string | $block, | ||
| string | $template_name, | ||
| string | $in_module = null |
||
| ) |
overwrites ITX::addBlockFile
Implements ilGlobalTemplateInterface.
Definition at line 328 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::addCss | ( | string | $a_css_file, |
| string | $media = "screen" |
||
| ) |
Add a css file that should be included in the header.
Implements ilGlobalTemplateInterface.
Definition at line 158 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::addInlineCss | ( | string | $a_css, |
| string | $media = "screen" |
||
| ) |
Add a css file that should be included in the header.
Implements ilGlobalTemplateInterface.
Definition at line 168 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 ilGlobalTemplateInterface.
Definition at line 153 of file class.ilGlobalPageTemplate.php.
Referenced by assQuestionGUI\populateJavascriptFilesRequiredForWorkForm().
Here is the caller graph for this function:| ilGlobalPageTemplate::addLightbox | ( | string | $a_html, |
| string | $a_id | ||
| ) |
Add a lightbox html to the template.
Implements ilGlobalTemplateInterface.
Definition at line 249 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::addOnLoadCode | ( | string | $a_code, |
| int | $a_batch = 2 |
||
| ) |
Add on load code.
Implements ilGlobalTemplateInterface.
Definition at line 163 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::blockExists | ( | string | $block_name | ) |
check if block exists in actual template
| string | $block_name |
Implements ilGlobalTemplateInterface.
Definition at line 337 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::clearHeader | ( | ) |
Clear header.
Implements ilGlobalTemplateInterface.
Definition at line 417 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::fillJavaScriptFiles | ( | bool | $a_force = false | ) |
Probably adds javascript files.
Implements ilGlobalTemplateInterface.
Definition at line 407 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::get | ( | string | $part = self::DEFAULT_BLOCK | ) |
Renders the given block and returns the html string.
Implements ilGlobalTemplateInterface.
Definition at line 285 of file class.ilGlobalPageTemplate.php.
Referenced by assQuestionGUI\getPreviousSolutionConfirmationCheckboxHtml(), assQuestionGUI\getUseUnchangedAnswerCheckboxHtml(), assClozeTestGUI\populateQuestionSpecificFormPart(), assLongMenuGUI\populateQuestionSpecificFormPart(), and ilDclRecordEditGUI\searchObjects().
Here is the caller graph for this function:| ilGlobalPageTemplate::getOnLoadCodeForAsynch | ( | ) |
Get js onload code for ajax calls.
Implements ilGlobalTemplateInterface.
Definition at line 392 of file class.ilGlobalPageTemplate.php.
| 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 ilGlobalTemplateInterface.
Definition at line 432 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::hideFooter | ( | ) |
Make the template hide the footer.
Implements ilGlobalTemplateInterface.
Definition at line 372 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 ilGlobalTemplateInterface.
Definition at line 346 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::parseCurrentBlock | ( | string | $block_name = self::DEFAULT_BLOCK | ) |
Parses the given block.
Implements ilGlobalTemplateInterface.
Definition at line 316 of file class.ilGlobalPageTemplate.php.
Referenced by assClozeTestGUI\populateQuestionSpecificFormPart(), assLongMenuGUI\populateQuestionSpecificFormPart(), and ilDclRecordEditGUI\searchObjects().
Here is the caller graph for this function:
|
protected |
Definition at line 118 of file class.ilGlobalPageTemplate.php.
References ilUtil\getNewContentStyleSheetLocation(), and ilUtil\getStyleSheetLocation().
Here is the call graph for this function:
|
protected |
| JsonException |
Definition at line 97 of file class.ilGlobalPageTemplate.php.
References ilSessionReminder\byLoggedInUser(), ilUIFramework\init(), ilBuddySystemGUI\initializeFrontend(), ilOnScreenChatGUI\initializeFrontend(), iljQueryUtil\initjQuery(), iljQueryUtil\initjQueryUI(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 72 of file class.ilGlobalPageTemplate.php.
References ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Here is the call graph for this function:| 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 ilGlobalTemplateInterface.
Definition at line 124 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::printToString | ( | ) |
Use this method to get the finally rendered page as string.
Implements ilGlobalTemplateInterface.
Definition at line 142 of file class.ilGlobalPageTemplate.php.
References ILIAS\Repository\ui().
Here is the call graph for this function:| ilGlobalPageTemplate::resetHeaderBlock | ( | bool | $a_reset_header_action = true | ) |
Reset all header properties: title, icon, description, alerts, action menu.
Implements ilGlobalTemplateInterface.
Definition at line 382 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::resetJavascript | ( | ) |
Reset javascript files.
Implements ilGlobalTemplateInterface.
Definition at line 280 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setAlertProperties | ( | array | $alerts | ) |
Set alert properties.
| array<int,array> | $alerts |
Implements ilGlobalTemplateInterface.
Definition at line 224 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setBanner | ( | string | $img_src | ) |
Definition at line 219 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setBodyClass | ( | string | $a_class = "" | ) |
Sets the body-tags class.
Implements ilGlobalTemplateInterface.
Definition at line 412 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setContent | ( | string | $a_html | ) |
Sets content for standard template.
Implements ilGlobalTemplateInterface.
Definition at line 173 of file class.ilGlobalPageTemplate.php.
Referenced by ilExAssignmentEditorGUI\addAssignmentObject(), ilSurveySkillGUI\assignSkillToQuestion(), ilExPeerReviewGUI\confirmResetPeerReviewObject(), ilInfoScreenGUI\executeCommand(), ilExAssignmentEditorGUI\listAssignmentsObject(), ilSurveySkillGUI\listQuestionAssignment(), and ilExerciseManagementGUI\membersObject().
Here is the caller graph for this function:| ilGlobalPageTemplate::setCurrentBlock | ( | string | $part = self::DEFAULT_BLOCK | ) |
Sets the template to the given block.
Implements ilGlobalTemplateInterface.
Definition at line 290 of file class.ilGlobalPageTemplate.php.
Referenced by ilDclRecordEditGUI\searchObjects().
Here is the caller graph for this function:| ilGlobalPageTemplate::setDescription | ( | string | $a_descr | ) |
Sets description below title in standard template.
Implements ilGlobalTemplateInterface.
Definition at line 208 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setFileUploadRefId | ( | int | $a_ref_id | ) |
Enables the file upload into this object by dropping a file.
Implements ilGlobalTemplateInterface.
Definition at line 234 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setFilter | ( | string | $filter | ) |
Definition at line 188 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setHeaderActionMenu | ( | string | $a_header | ) |
Set header action menu.
Implements ilGlobalTemplateInterface.
Definition at line 239 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setHeaderPageTitle | ( | string | $a_title | ) |
Sets the title of the page (for browser window).
Implements ilGlobalTemplateInterface.
Definition at line 244 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setLeftContent | ( | string | $a_html | ) |
Sets content of left column.
Implements ilGlobalTemplateInterface.
Definition at line 178 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setLeftNavContent | ( | string | $a_content | ) |
Sets content of left navigation column.
Implements ilGlobalTemplateInterface.
Definition at line 377 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setLocator | ( | ) |
Insert locator.
Implements ilGlobalTemplateInterface.
Definition at line 351 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 ilGlobalTemplateInterface.
Definition at line 387 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 ilGlobalTemplateInterface.
Definition at line 229 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setPageFormAction | ( | string | $a_action | ) |
Sets the pages form action.
Implements ilGlobalTemplateInterface.
Definition at line 254 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 ilGlobalTemplateInterface.
Definition at line 356 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setRightContent | ( | string | $a_html | ) |
Sets content of right column.
Implements ilGlobalTemplateInterface.
Definition at line 183 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setSubTabs | ( | string | $a_tabs_html | ) |
sets subtabs in standard template
Implements ilGlobalTemplateInterface.
Definition at line 427 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setTabs | ( | string | $a_tabs_html | ) |
sets tabs in standard template
Implements ilGlobalTemplateInterface.
Definition at line 422 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 ilGlobalTemplateInterface.
Definition at line 193 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setTitleIcon | ( | string | $a_icon_path, |
| string | $a_icon_desc = "" |
||
| ) |
set title icon
Implements ilGlobalTemplateInterface.
Definition at line 213 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setTreeFlatIcon | ( | string | $a_link, |
| string | $a_mode | ||
| ) |
Sets a tree or flat icon.
| string | $a_mode | ("tree" | "flat") |
Implements ilGlobalTemplateInterface.
Definition at line 367 of file class.ilGlobalPageTemplate.php.
| ilGlobalPageTemplate::setVariable | ( | string | $variable, |
$value = '' |
|||
| ) |
Sets the given variable to the given value.
| mixed | $value |
Implements ilGlobalTemplateInterface.
Definition at line 266 of file class.ilGlobalPageTemplate.php.
References ILIAS\Repository\refinery().
Referenced by assQuestionGUI\getPreviousSolutionConfirmationCheckboxHtml(), assQuestionGUI\getUseUnchangedAnswerCheckboxHtml(), assClozeTestGUI\populateQuestionSpecificFormPart(), assLongMenuGUI\populateQuestionSpecificFormPart(), and ilDclRecordEditGUI\searchObjects().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGlobalPageTemplate::touchBlock | ( | string | $block | ) |
overwrites ITX::touchBlock.
Implements ilGlobalTemplateInterface.
Definition at line 302 of file class.ilGlobalPageTemplate.php.
|
protected |
Definition at line 39 of file class.ilGlobalPageTemplate.php.
Referenced by __construct().
|
protected |
Definition at line 38 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 44 of file class.ilGlobalPageTemplate.php.
|
protected |
Definition at line 40 of file class.ilGlobalPageTemplate.php.
Referenced by __construct().