Inherits SkinTemplate.
Public Member Functions | |
initPage (OutputPage $out) | |
Initializes output page and sets up skin-specific parameters. | |
buildNavigationUrls () | |
Builds a structured array of links used for tabs and menus. | |
Public Attributes | |
$skinname = 'vector' | |
#@+ | |
$stylename = 'vector' | |
Stylesheets set to use. | |
$template = 'VectorTemplate' | |
For QuickTemplate, the name of the subclass which will actually fill the template. | |
$useHeadElement = true | |
Whether this skin use OutputPage::headElement() to generate the <head> tag. |
Definition at line 18 of file Vector.php.
SkinVector::buildNavigationUrls | ( | ) |
Builds a structured array of links used for tabs and menus.
Definition at line 57 of file Vector.php.
References $action, $code, $mode, $n, $section, $wgArticle, $wgContLang, $wgDisableLangConversion, $wgLang, $wgOut, $wgRequest, $wgStylePath, $wgUser, $wgVectorUseIconWatch, editUrlOptions(), SpecialPage::getTitleFor(), SkinTemplate::tabAction(), wfMsg(), wfMsgExt(), wfProfileIn(), wfProfileOut(), and wfRunHooks().
SkinVector::initPage | ( | OutputPage $ | out | ) |
Initializes output page and sets up skin-specific parameters.
object | $out Output page object to initialize |
Reimplemented from Skin.
Definition at line 28 of file Vector.php.
References $wgJsMimeType, $wgScriptPath, $wgStylePath, $wgStyleVersion, $wgVectorExtraStyles, OutputPage::addScript(), and OutputPage::addStyle().
SkinVector::$skinname = 'vector' |
#@+
Reimplemented from SkinTemplate.
Definition at line 21 of file Vector.php.
SkinVector::$stylename = 'vector' |
Stylesheets set to use.
Subdirectory in skins/ where various stylesheets are located. Child classes should override the default.
Reimplemented from SkinTemplate.
Definition at line 21 of file Vector.php.
SkinVector::$template = 'VectorTemplate' |
For QuickTemplate, the name of the subclass which will actually fill the template.
Child classes should override the default.
Reimplemented from SkinTemplate.
Definition at line 22 of file Vector.php.
SkinVector::$useHeadElement = true |
Whether this skin use OutputPage::headElement() to generate the <head> tag.
Reimplemented from SkinTemplate.
Definition at line 22 of file Vector.php.