MediaWiki
REL1_19
|
SkinTemplate class for Vector skin. More...
Public Member Functions | |
initPage (OutputPage $out) | |
Initializes output page and sets up skin-specific parameters. | |
setupSkinUserCss (OutputPage $out) | |
Load skin and user CSS files in the correct order fixes bug 22916. | |
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. |
SkinTemplate class for Vector skin.
Definition at line 19 of file Vector.php.
SkinVector::initPage | ( | OutputPage $ | out | ) |
Initializes output page and sets up skin-specific parameters.
$out | OutputPage object to initialize |
Reimplemented from Skin.
Definition at line 28 of file Vector.php.
References $wgLocalStylePath, OutputPage\addHeadItem(), OutputPage\addModuleScripts(), and ContextSource\getRequest().
SkinVector::setupSkinUserCss | ( | OutputPage $ | out | ) |
Load skin and user CSS files in the correct order fixes bug 22916.
$out | OutputPage object |
Reimplemented from SkinTemplate.
Definition at line 51 of file Vector.php.
References OutputPage\addModuleStyles().
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.