MediaWiki  REL1_19
SkinChick Class Reference

Inherit main code from SkinTemplate, set the CSS and template filter. More...

Inheritance diagram for SkinChick:
Collaboration diagram for SkinChick:

List of all members.

Public Member Functions

 setupSkinUserCss (OutputPage $out)

Public Attributes

 $skinname = 'chick'
 #@+
 $stylename = 'chick'
 Stylesheets set to use.
 $template = 'MonoBookTemplate'
 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.

Detailed Description

Inherit main code from SkinTemplate, set the CSS and template filter.

Definition at line 20 of file Chick.php.


Member Function Documentation

Parameters:
$outOutputPage

Reimplemented from SkinTemplate.

Definition at line 27 of file Chick.php.

References OutputPage\addModuleStyles(), and OutputPage\addStyle().

Here is the call graph for this function:


Member Data Documentation

SkinChick::$skinname = 'chick'

#@+

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 21 of file Chick.php.

SkinChick::$stylename = 'chick'

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 Chick.php.

SkinChick::$template = 'MonoBookTemplate'

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 Chick.php.

SkinChick::$useHeadElement = true

Whether this skin use OutputPage::headElement() to generate the <head> tag.

Reimplemented from SkinTemplate.

Definition at line 22 of file Chick.php.


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