MediaWiki  REL1_21
SkinStandard Class Reference
Inheritance diagram for SkinStandard:
Collaboration diagram for SkinStandard:

List of all members.

Public Member Functions

 setupSkinUserCss (OutputPage $out)

Public Attributes

 $skinname = 'standard'
 #@+
 $stylename = 'standard'
 Stylesheets set to use.
 $template = 'StandardTemplate'
 For QuickTemplate, the name of the subclass which will actually fill the template.

Detailed Description

Todo:
document

Definition at line 33 of file Standard.php.


Member Function Documentation


Member Data Documentation

SkinStandard::$skinname = 'standard'

#@+

Access:
private Name of our skin, it probably needs to be all lower case. Child classes should override the default.

Reimplemented from SkinTemplate.

Definition at line 34 of file Standard.php.

SkinStandard::$stylename = 'standard'

Stylesheets set to use.

Subdirectory in skins/ where various stylesheets are located. Child classes should override the default.

Reimplemented from SkinTemplate.

Definition at line 34 of file Standard.php.

SkinStandard::$template = 'StandardTemplate'

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 35 of file Standard.php.


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