|
MediaWiki
REL1_24
|
SkinTemplate class for the fallback skin. More...


Public Member Functions | |
| initPage (OutputPage $out) | |
| setupSkinUserCss (OutputPage $out) | |
| Add CSS via ResourceLoader. | |
Public Attributes | |
| $skinname = 'fallback' | |
| Name of our skin, it probably needs to be all lower case. | |
| $template = 'SkinFallbackTemplate' | |
| For QuickTemplate, the name of the subclass which will actually fill the template. | |
SkinTemplate class for the fallback skin.
Definition at line 14 of file SkinFallback.php.
| SkinFallback::initPage | ( | OutputPage $ | out | ) |
| OutputPage | $out |
Reimplemented from Skin.
Definition at line 32 of file SkinFallback.php.
References OutputPage\enableClientCache().
| SkinFallback::setupSkinUserCss | ( | OutputPage $ | out | ) |
Add CSS via ResourceLoader.
| OutputPage | $out |
Reimplemented from SkinTemplate.
Definition at line 24 of file SkinFallback.php.
References OutputPage\addModuleStyles().
| SkinFallback::$skinname = 'fallback' |
Name of our skin, it probably needs to be all lower case.
Child classes should override the default.
Reimplemented from SkinTemplate.
Definition at line 16 of file SkinFallback.php.
| SkinFallback::$template = 'SkinFallbackTemplate' |
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 17 of file SkinFallback.php.