MediaWiki
REL1_21
|
QuickTemplate class for Vector skin. More...
Public Member Functions | |
execute () | |
Outputs the entire contents of the (X)HTML page. | |
Protected Member Functions | |
renderNavigation ($elements) | |
Render one or more navigations elements by name, automatically reveresed when UI is in RTL mode. | |
renderPortal ($name, $content, $msg=null, $hook=null) | |
renderPortals ($portals) | |
Render a series of portals. |
QuickTemplate class for Vector skin.
Definition at line 92 of file Vector.php.
Outputs the entire contents of the (X)HTML page.
Reimplemented from QuickTemplate.
Definition at line 99 of file Vector.php.
References $link, $section, array(), as, content, data, echo, Sanitizer\escapeId(), Xml\expandAttributes(), BaseTemplate\getFooterIcons(), BaseTemplate\getFooterLinks(), QuickTemplate\getSkin(), global, href, QuickTemplate\html(), BaseTemplate\msg(), php, BaseTemplate\printTrail(), renderNavigation(), renderPortals(), Linker\tooltip(), and Linker\tooltipAndAccesskeyAttribs().
VectorTemplate::renderNavigation | ( | $ | elements | ) | [protected] |
Render one or more navigations elements by name, automatically reveresed when UI is in RTL mode.
$elements | array |
Definition at line 369 of file Vector.php.
References $link, $name, action, array(), as, data, echo, form, BaseTemplate\getPersonalTools(), QuickTemplate\getSkin(), global, href, QuickTemplate\html(), BaseTemplate\makeListItem(), BaseTemplate\makeSearchButton(), BaseTemplate\makeSearchInput(), BaseTemplate\msg(), name, php, and type.
Referenced by execute().
VectorTemplate::renderPortal | ( | $ | name, |
$ | content, | ||
$ | msg = null , |
||
$ | hook = null |
||
) | [protected] |
$name | string |
$content | array |
$msg | null|string |
$hook | null|string|array |
Definition at line 331 of file Vector.php.
References $name, array(), as, echo, QuickTemplate\html(), BaseTemplate\makeListItem(), php, Linker\tooltip(), wfMessage(), and wfRunHooks().
Referenced by renderPortals().
VectorTemplate::renderPortals | ( | $ | portals | ) | [protected] |
Render a series of portals.
$portals | array |
Definition at line 289 of file Vector.php.
References $name, as, data, echo, BaseTemplate\getToolbox(), and renderPortal().
Referenced by execute().