|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilDataCollectionGlobalTemplate:
Collaboration diagram for ilDataCollectionGlobalTemplate:Public Member Functions | |
| __construct (string $file, bool $flag1, bool $flag2, string $in_module="", string $vars=ilGlobalTemplateInterface::DEFAULT_BLOCK, bool $plugin=false, bool $a_use_cache=true) | |
| printToString () | |
| Use this method to get the finally rendered page as string. 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... | |
| fillCssFiles (bool $a_force=false) | |
| Fill in the css file tags. 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) | |
| setTreeFlatIcon (string $a_link, string $a_mode) | |
| Sets a tree or flat icon. 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="DEFAULT") | |
| setVariable (string $variable, $value='') | |
| Sets the given variable to the given value. More... | |
| setCurrentBlock (string $part="DEFAULT") | |
| Sets the template to the given block. More... | |
| touchBlock (string $block) | |
| overwrites ITX::touchBlock. More... | |
| parseCurrentBlock (string $block_name="DEFAULT") | |
| Parses the given block. 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 | |
| fillJavascriptFile (string $file, string $vers) | |
Protected Attributes | |
| string | $tree_flat_link = "" |
| string | $page_form_action = "" |
| array | $permanent_link = [] |
| bool | $standard_template_loaded = false |
| ilTemplate | $template |
| array | $on_load_code |
| string | $body_class |
| string | $icon_path |
| bool | $enable_fileupload = null |
| string | $left_content = "" |
| string | $left_nav_content = "" |
| string | $right_content = "" |
| string | $main_content = "" |
| string | $login_target_par = "" |
| string | $tplIdentifier = "" |
| string | $tree_flat_mode = "" |
| string | $icon_desc = "" |
| ILIAS HTTP Services | $http |
| ILIAS Refinery Factory | $refinery |
| string | $main_menu |
| string | $main_menu_spacer |
| array | $message = [] |
| array | $js_files = [0 => "./Services/JavaScript/js/Basic.js"] |
| array | $js_files_vp = ["./Services/JavaScript/js/Basic.js" => true] |
| array | $js_files_batch = ["./Services/JavaScript/js/Basic.js" => 1] |
| array | $css_files = [] |
| Stores CSS-files to be included. More... | |
| array | $inline_css = [] |
| Stores CSS to be included directly. More... | |
| string | $header_page_title = "" |
| string | $title = "" |
| string | $title_desc = "" |
| array | $title_alerts = [] |
| string | $header_action |
| string | $tabs_html = "" |
| string | $sub_tabs_html = "" |
| ilToolbarGUI | $admin_panel_commands_toolbar = null |
| bool | $admin_panel_arrow = null |
| bool | $admin_panel_bottom = null |
Static Protected Attributes | |
| static array | $message_types |
Private Member Functions | |
| getMainMenu () | |
| fillMainMenu () | |
| initHelp () | |
| fillMessage () | |
| Fill message area. More... | |
| getMessageTextForType (string $m) | |
| fillOnLoadCode () | |
| Fill add on load code. More... | |
| fillBodyClass () | |
| fillInlineCss () | |
| Fill in the inline css. More... | |
| fillNewContentStyle () | |
| Fill Content Style. More... | |
| fillHeader () | |
| Fill header. More... | |
| getHeaderActionMenu () | |
| Get header action menu. More... | |
| fillTabs () | |
| getTabsHTML () | |
| fillLeftNav () | |
| Fill left navigation frame. More... | |
| setCenterColumnClass () | |
| fillMainContent () | |
| fillLeftContent () | |
| fillRightContent () | |
| fillToolbar () | |
| fillContentLanguage () | |
| Add current user language to meta tags. More... | |
| fillWindowTitle () | |
| fillPageFormAction () | |
| fillSideIcons () | |
| Fill side icons (upper icon, tree icon, web folder icon) More... | |
| fillAdminPanel () | |
| Put admin panel into template: More... | |
Private Attributes | |
| ilLanguage | $lng |
| ilLocatorGUI | $locator |
| ilTabsGUI | $tabs |
| ilToolbarGUI | $toolbar |
| ilSetting | $settings |
| ilComponentFactory | $component_factory |
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 25 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::__construct | ( | string | $file, |
| bool | $flag1, | ||
| bool | $flag2, | ||
| string | $in_module = "", |
||
| string | $vars = ilGlobalTemplateInterface::DEFAULT_BLOCK, |
||
| bool | $plugin = false, |
||
| bool | $a_use_cache = true |
||
| ) |
Definition at line 53 of file class.ilDataCollectionGlobalTemplate.php.
References $DIC, XapiProxy\$plugin, ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\locator(), setBodyClass(), ILIAS\Repository\settings(), ILIAS\Repository\tabs(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:| ilDataCollectionGlobalTemplate::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 1151 of file class.ilDataCollectionGlobalTemplate.php.
References $toolbar.
| ilDataCollectionGlobalTemplate::addBlockFile | ( | string | $var, |
| string | $block, | ||
| string | $template_name, | ||
| string | $in_module = null |
||
| ) |
overwrites ITX::addBlockFile
Implements ilGlobalTemplateInterface.
Definition at line 1275 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by loadStandardTemplate().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::addCss | ( | string | $a_css_file, |
| string | $media = "screen" |
||
| ) |
Add a css file that should be included in the header.
Implements ilGlobalTemplateInterface.
Definition at line 364 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::addInlineCss | ( | string | $a_css, |
| string | $media = "screen" |
||
| ) |
Add a css file that should be included in the header.
Implements ilGlobalTemplateInterface.
Definition at line 378 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::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 205 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::addOnLoadCode | ( | string | $a_code, |
| int | $a_batch = 2 |
||
| ) |
Add on load code.
Implements ilGlobalTemplateInterface.
Definition at line 230 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::blockExists | ( | string | $block_name | ) |
check if block exists in actual template
| string | $block_name |
Implements ilGlobalTemplateInterface.
Definition at line 1280 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by fillBodyClass(), fillCssFiles(), fillInlineCss(), fillJavaScriptFiles(), fillTabs(), getSpecial(), getTabsHTML(), printToStdout(), setCenterColumnClass(), and setTabs().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::clearHeader | ( | ) |
Clear header.
Implements ilGlobalTemplateInterface.
Definition at line 529 of file class.ilDataCollectionGlobalTemplate.php.
References setAlertProperties(), setDescription(), setTitle(), and setTitleIcon().
Here is the call graph for this function:
|
private |
Put admin panel into template:
Definition at line 1166 of file class.ilDataCollectionGlobalTemplate.php.
References $admin_panel_commands_toolbar, fillPageFormAction(), ilUtil\getImagePath(), ILIAS\Repository\lng(), parseCurrentBlock(), setCurrentBlock(), ilToolbarGUI\setLeadingImage(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 426 of file class.ilDataCollectionGlobalTemplate.php.
References blockExists(), parseCurrentBlock(), setCurrentBlock(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Add current user language to meta tags.
Definition at line 848 of file class.ilDataCollectionGlobalTemplate.php.
References ILIAS\Repository\lng(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::fillCssFiles | ( | bool | $a_force = false | ) |
Fill in the css file tags.
| bool | $a_force |
Definition at line 392 of file class.ilDataCollectionGlobalTemplate.php.
References $filename, blockExists(), parseCurrentBlock(), setCurrentBlock(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Fill header.
Definition at line 564 of file class.ilDataCollectionGlobalTemplate.php.
References $icon_desc, getHeaderActionMenu(), ILIAS\Repository\lng(), and ilUtil\stripScriptHTML().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Fill in the inline css.
Definition at line 438 of file class.ilDataCollectionGlobalTemplate.php.
References blockExists(), parseCurrentBlock(), setCurrentBlock(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 334 of file class.ilDataCollectionGlobalTemplate.php.
References ilUtil\appendUrlParameterString(), parseCurrentBlock(), setCurrentBlock(), and setVariable().
Referenced by fillJavaScriptFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::fillJavaScriptFiles | ( | bool | $a_force = false | ) |
Probably adds javascript files.
Implements ilGlobalTemplateInterface.
Definition at line 281 of file class.ilDataCollectionGlobalTemplate.php.
References blockExists(), fillJavascriptFile(), and ILIAS_VERSION.
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 802 of file class.ilDataCollectionGlobalTemplate.php.
References parseCurrentBlock(), setCurrentBlock(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Fill left navigation frame.
Definition at line 743 of file class.ilDataCollectionGlobalTemplate.php.
References parseCurrentBlock(), setCurrentBlock(), setVariable(), and touchBlock().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 795 of file class.ilDataCollectionGlobalTemplate.php.
References setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 95 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by getSpecial(), and printToStdout().
Here is the caller graph for this function:
|
private |
Fill message area.
Definition at line 143 of file class.ilDataCollectionGlobalTemplate.php.
References $out, $txt, ilSession\clear(), ilSession\get(), getMessageTextForType(), ilUtil\getSystemMessageHTML(), ilSession\has(), ILIAS\FileDelivery\http(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Fill Content Style.
Definition at line 453 of file class.ilDataCollectionGlobalTemplate.php.
References ilUtil\getNewContentStyleSheetLocation(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Fill add on load code.
Definition at line 318 of file class.ilDataCollectionGlobalTemplate.php.
References parseCurrentBlock(), setCurrentBlock(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 884 of file class.ilDataCollectionGlobalTemplate.php.
References parseCurrentBlock(), setCurrentBlock(), setVariable(), and touchBlock().
Referenced by fillAdminPanel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 815 of file class.ilDataCollectionGlobalTemplate.php.
References parseCurrentBlock(), setCurrentBlock(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Fill side icons (upper icon, tree icon, web folder icon)
Definition at line 1109 of file class.ilDataCollectionGlobalTemplate.php.
References ilFrameTargetInfo\_getFrame(), ilUtil\getImagePath(), ILIAS\Repository\lng(), parseCurrentBlock(), setCurrentBlock(), ILIAS\Repository\settings(), setVariable(), and touchBlock().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 684 of file class.ilDataCollectionGlobalTemplate.php.
References blockExists(), setVariable(), and touchBlock().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 831 of file class.ilDataCollectionGlobalTemplate.php.
References parseCurrentBlock(), setCurrentBlock(), setVariable(), and ILIAS\Repository\toolbar().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 854 of file class.ilDataCollectionGlobalTemplate.php.
References ILIAS\Repository\settings(), setVariable(), and ilUtil\stripScriptHTML().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::get | ( | string | $part = "DEFAULT" | ) |
| string |
Implements ilGlobalTemplateInterface.
Definition at line 1250 of file class.ilDataCollectionGlobalTemplate.php.
|
private |
Get header action menu.
Definition at line 625 of file class.ilDataCollectionGlobalTemplate.php.
References $header_action.
Referenced by fillHeader().
Here is the caller graph for this function:
|
private |
Definition at line 91 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by getSpecial(), and printToStdout().
Here is the caller graph for this function:
|
private |
Definition at line 166 of file class.ilDataCollectionGlobalTemplate.php.
References $txt, ilSession\get(), and ilSession\has().
Referenced by fillMessage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::getOnLoadCodeForAsynch | ( | ) |
Get js onload code for ajax calls.
Implements ilGlobalTemplateInterface.
Definition at line 243 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::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 924 of file class.ilDataCollectionGlobalTemplate.php.
References ilObjLanguageAccess\_saveUsages(), blockExists(), fillAdminPanel(), fillBodyClass(), fillContentLanguage(), fillCssFiles(), fillHeader(), fillInlineCss(), fillJavaScriptFiles(), fillLeftContent(), fillLeftNav(), fillMainContent(), fillMainMenu(), fillMessage(), fillNewContentStyle(), fillOnLoadCode(), fillRightContent(), fillSideIcons(), fillTabs(), fillToolbar(), fillWindowTitle(), getMainMenu(), getTabsHTML(), initHelp(), parseCurrentBlock(), setCenterColumnClass(), and setCurrentBlock().
Here is the call graph for this function:
|
private |
Definition at line 699 of file class.ilDataCollectionGlobalTemplate.php.
References blockExists(), and ILIAS\Repository\tabs().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::hideFooter | ( | ) |
Make the template hide the footer.
Implements ilGlobalTemplateInterface.
Definition at line 103 of file class.ilDataCollectionGlobalTemplate.php.
References $message_types.
|
private |
Definition at line 99 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by getSpecial(), and printToStdout().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::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 472 of file class.ilDataCollectionGlobalTemplate.php.
References addBlockFile(), ilUIFramework\init(), iljQueryUtil\initjQuery(), and iljQueryUtil\initjQueryUI().
Here is the call graph for this function:| ilDataCollectionGlobalTemplate::parseCurrentBlock | ( | string | $block_name = "DEFAULT" | ) |
Parses the given block.
Implements ilGlobalTemplateInterface.
Definition at line 1270 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by fillAdminPanel(), fillBodyClass(), fillCssFiles(), fillInlineCss(), fillJavascriptFile(), fillLeftContent(), fillLeftNav(), fillOnLoadCode(), fillPageFormAction(), fillRightContent(), fillSideIcons(), fillToolbar(), getSpecial(), printToStdout(), and setCenterColumnClass().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::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 1000 of file class.ilDataCollectionGlobalTemplate.php.
References XapiProxy\$plugin, XapiProxy\$resp, ilObjLanguageAccess\_saveUsages(), blockExists(), exit, fillAdminPanel(), fillBodyClass(), fillContentLanguage(), fillCssFiles(), fillHeader(), fillInlineCss(), fillJavaScriptFiles(), fillLeftContent(), fillLeftNav(), fillMainContent(), fillMainMenu(), fillMessage(), fillNewContentStyle(), fillOnLoadCode(), fillRightContent(), fillSideIcons(), fillTabs(), fillToolbar(), fillWindowTitle(), getMainMenu(), getTabsHTML(), ILIAS\UI\examples\Symbol\Glyph\Header\header(), ILIAS\FileDelivery\http(), ilYuiUtil\initDom(), initHelp(), ilUIHookPluginGUI\KEEP, ILIAS\Filesystem\Stream\Streams\ofString(), parseCurrentBlock(), setCenterColumnClass(), and setCurrentBlock().
Here is the call graph for this function:| ilDataCollectionGlobalTemplate::printToString | ( | ) |
Use this method to get the finally rendered page as string.
Implements ilGlobalTemplateInterface.
Definition at line 76 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::resetHeaderBlock | ( | bool | $a_reset_header_action = true | ) |
Reset all header properties: title, icon, description, alerts, action menu.
Implements ilGlobalTemplateInterface.
Definition at line 1219 of file class.ilDataCollectionGlobalTemplate.php.
References setAlertProperties(), setDescription(), setFileUploadRefId(), setHeaderActionMenu(), setTitle(), and setTitleIcon().
Here is the call graph for this function:| ilDataCollectionGlobalTemplate::resetJavascript | ( | ) |
Reset javascript files.
Implements ilGlobalTemplateInterface.
Definition at line 268 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::setAlertProperties | ( | array | $alerts | ) |
Set alert properties.
| array<int,array> | $alerts |
Implements ilGlobalTemplateInterface.
Definition at line 521 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by clearHeader(), and resetHeaderBlock().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::setBodyClass | ( | string | $a_class = "" | ) |
Sets the body-tags class.
Implements ilGlobalTemplateInterface.
Definition at line 421 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by __construct().
Here is the caller graph for this function:
|
private |
Definition at line 761 of file class.ilDataCollectionGlobalTemplate.php.
References blockExists(), parseCurrentBlock(), setCurrentBlock(), and setVariable().
Referenced by getSpecial(), and printToStdout().
Here is the call graph for this function:
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::setContent | ( | string | $a_html | ) |
Sets content for standard template.
Implements ilGlobalTemplateInterface.
Definition at line 717 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::setCurrentBlock | ( | string | $part = "DEFAULT" | ) |
Sets the template to the given block.
Implements ilGlobalTemplateInterface.
Definition at line 1260 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by fillAdminPanel(), fillBodyClass(), fillCssFiles(), fillInlineCss(), fillJavascriptFile(), fillLeftContent(), fillLeftNav(), fillOnLoadCode(), fillPageFormAction(), fillRightContent(), fillSideIcons(), fillToolbar(), getSpecial(), printToStdout(), and setCenterColumnClass().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::setDescription | ( | string | $a_descr | ) |
Sets description below title in standard template.
Implements ilGlobalTemplateInterface.
Definition at line 510 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by clearHeader(), and resetHeaderBlock().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::setFileUploadRefId | ( | int | $a_ref_id | ) |
Enables the file upload into this object by dropping a file.
Implements ilGlobalTemplateInterface.
Definition at line 1236 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by resetHeaderBlock().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::setHeaderActionMenu | ( | string | $a_header | ) |
Set header action menu.
Implements ilGlobalTemplateInterface.
Definition at line 546 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by resetHeaderBlock().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::setHeaderPageTitle | ( | string | $a_title | ) |
Sets the title of the page (for browser window).
Implements ilGlobalTemplateInterface.
Definition at line 556 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::setLeftContent | ( | string | $a_html | ) |
Sets content of left column.
Implements ilGlobalTemplateInterface.
Definition at line 727 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::setLeftNavContent | ( | string | $a_content | ) |
Sets content of left navigation column.
Implements ilGlobalTemplateInterface.
Definition at line 735 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::setLocator | ( | ) |
Insert locator.
Implements ilGlobalTemplateInterface.
Definition at line 637 of file class.ilDataCollectionGlobalTemplate.php.
References ILIAS\Repository\locator(), and setVariable().
Here is the call graph for this function:| ilDataCollectionGlobalTemplate::setLoginTargetPar | ( | string | $a_val | ) |
Set target parameter for login (public sector).
This is used by the main menu
Implements ilGlobalTemplateInterface.
Definition at line 904 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::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 128 of file class.ilDataCollectionGlobalTemplate.php.
References ilSession\set().
Here is the call graph for this function:| ilDataCollectionGlobalTemplate::setPageFormAction | ( | string | $a_action | ) |
Sets the pages form action.
Implements ilGlobalTemplateInterface.
Definition at line 879 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::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 1200 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::setRightContent | ( | string | $a_html | ) |
Sets content of right column.
Implements ilGlobalTemplateInterface.
Definition at line 756 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::setSubTabs | ( | string | $a_tabs_html | ) |
sets subtabs in standard template
Implements ilGlobalTemplateInterface.
Definition at line 679 of file class.ilDataCollectionGlobalTemplate.php.
References setVariable().
Here is the call graph for this function:| ilDataCollectionGlobalTemplate::setTabs | ( | string | $a_tabs_html | ) |
sets tabs in standard template
Implements ilGlobalTemplateInterface.
Definition at line 665 of file class.ilDataCollectionGlobalTemplate.php.
References blockExists(), setVariable(), and touchBlock().
Here is the call graph for this function:| ilDataCollectionGlobalTemplate::setTitle | ( | string | $a_title, |
| bool | $hidden = false |
||
| ) |
Sets title in standard template.
Will override the header_page_title.
Implements ilGlobalTemplateInterface.
Definition at line 504 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by clearHeader(), and resetHeaderBlock().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::setTitleIcon | ( | string | $a_icon_path, |
| string | $a_icon_desc = "" |
||
| ) |
set title icon
Implements ilGlobalTemplateInterface.
Definition at line 515 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by clearHeader(), and resetHeaderBlock().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::setTreeFlatIcon | ( | string | $a_link, |
| string | $a_mode | ||
| ) |
Sets a tree or flat icon.
| string | $a_mode | ("tree" | "flat") |
Implements ilGlobalTemplateInterface.
Definition at line 1134 of file class.ilDataCollectionGlobalTemplate.php.
| ilDataCollectionGlobalTemplate::setVariable | ( | string | $variable, |
$value = '' |
|||
| ) |
Sets the given variable to the given value.
| mixed | $value |
Implements ilGlobalTemplateInterface.
Definition at line 1255 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by fillAdminPanel(), fillBodyClass(), fillContentLanguage(), fillCssFiles(), fillInlineCss(), fillJavascriptFile(), fillLeftContent(), fillLeftNav(), fillMainContent(), fillMessage(), fillNewContentStyle(), fillOnLoadCode(), fillPageFormAction(), fillRightContent(), fillSideIcons(), fillTabs(), fillToolbar(), fillWindowTitle(), setCenterColumnClass(), setLocator(), setSubTabs(), and setTabs().
Here is the caller graph for this function:| ilDataCollectionGlobalTemplate::touchBlock | ( | string | $block | ) |
overwrites ITX::touchBlock.
Implements ilGlobalTemplateInterface.
Definition at line 1265 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by fillLeftNav(), fillPageFormAction(), fillSideIcons(), fillTabs(), and setTabs().
Here is the caller graph for this function:
|
protected |
Definition at line 1148 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 1149 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 1147 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by fillAdminPanel().
|
protected |
Definition at line 39 of file class.ilDataCollectionGlobalTemplate.php.
|
private |
Definition at line 32 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Stores CSS-files to be included.
Definition at line 355 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 41 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 502 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by getHeaderActionMenu().
|
protected |
Definition at line 498 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 50 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 49 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by fillHeader().
|
protected |
Definition at line 40 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Stores CSS to be included directly.
Definition at line 359 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 190 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 200 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 195 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 42 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 43 of file class.ilDataCollectionGlobalTemplate.php.
|
private |
Definition at line 27 of file class.ilDataCollectionGlobalTemplate.php.
|
private |
Definition at line 28 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 46 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 45 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 88 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 89 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 126 of file class.ilDataCollectionGlobalTemplate.php.
|
staticprotected |
Definition at line 120 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by hideFooter().
|
protected |
Definition at line 38 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 34 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 35 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 51 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 44 of file class.ilDataCollectionGlobalTemplate.php.
|
private |
Definition at line 31 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 36 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 660 of file class.ilDataCollectionGlobalTemplate.php.
|
private |
Definition at line 29 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 659 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 37 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 499 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 501 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 500 of file class.ilDataCollectionGlobalTemplate.php.
|
private |
Definition at line 30 of file class.ilDataCollectionGlobalTemplate.php.
Referenced by addAdminPanelToolbar().
|
protected |
Definition at line 47 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 33 of file class.ilDataCollectionGlobalTemplate.php.
|
protected |
Definition at line 48 of file class.ilDataCollectionGlobalTemplate.php.