Inherits QuickTemplate.
Public Member Functions | |
execute () | |
Outputs the entire contents of the XHTML page. | |
Public Attributes | |
$skin | |
Private Member Functions | |
renderPortals ($portals) | |
Render a series of portals. | |
renderNavigation ($elements) | |
Render one or more navigations elements by name, automatically reveresed when UI is in RTL mode. |
Definition at line 341 of file Vector.php.
VectorTemplate::execute | ( | ) |
Outputs the entire contents of the XHTML page.
Reimplemented from QuickTemplate.
Definition at line 355 of file Vector.php.
References $action, $section, $wgContLang, $wgOut, $wgRequest, Sanitizer::escapeId(), QuickTemplate::html(), QuickTemplate::msg(), renderNavigation(), renderPortals(), and QuickTemplate::text().
VectorTemplate::renderNavigation | ( | $ | elements | ) | [private] |
Render one or more navigations elements by name, automatically reveresed when UI is in RTL mode.
Definition at line 663 of file Vector.php.
References $name, $wgContLang, $wgStylePath, $wgVectorUseSimpleSearch, QuickTemplate::html(), and QuickTemplate::msg().
Referenced by execute().
VectorTemplate::renderPortals | ( | $ | portals | ) | [private] |
Render a series of portals.
Definition at line 568 of file Vector.php.
References $name, $out, QuickTemplate::html(), QuickTemplate::msg(), wfEmptyMsg(), wfMsg(), and wfRunHooks().
Referenced by execute().
VectorTemplate::$skin |
Definition at line 348 of file Vector.php.