MediaWiki  REL1_24
SkinFallback Class Reference

SkinTemplate class for the fallback skin. More...

Inheritance diagram for SkinFallback:
Collaboration diagram for SkinFallback:

List of all members.

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.

Detailed Description

SkinTemplate class for the fallback skin.

Definition at line 14 of file SkinFallback.php.


Member Function Documentation

Parameters:
OutputPage$out

Reimplemented from Skin.

Definition at line 32 of file SkinFallback.php.

References OutputPage\enableClientCache().

Add CSS via ResourceLoader.

Parameters:
OutputPage$out

Reimplemented from SkinTemplate.

Definition at line 24 of file SkinFallback.php.

References OutputPage\addModuleStyles().


Member Data Documentation

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.


The documentation for this class was generated from the following file: