MediaWiki  REL1_22
CssContentHandler Class Reference

Content handler for CSS pages. More...

Inheritance diagram for CssContentHandler:
Collaboration diagram for CssContentHandler:

List of all members.

Public Member Functions

 __construct ($modelId=CONTENT_MODEL_CSS)
 getPageLanguage (Title $title, Content $content=null)
 Returns the english language, because CSS is english, and should be handled as such.
 getPageViewLanguage (Title $title, Content $content=null)
 Returns the english language, because CSS is english, and should be handled as such.
 makeEmptyContent ()
 Creates an empty TextContent object.
 unserializeContent ($text, $format=null)
 Unserializes a Content object of the type supported by this ContentHandler.

Detailed Description

Content handler for CSS pages.

Since:
1.21

Definition at line 30 of file CssContentHandler.php.


Constructor & Destructor Documentation

Definition at line 32 of file CssContentHandler.php.

References array().


Member Function Documentation

CssContentHandler::getPageLanguage ( Title title,
Content content = null 
)

Returns the english language, because CSS is english, and should be handled as such.

Returns:
Language wfGetLangObj( 'en' )
See also:
ContentHandler::getPageLanguage()

Reimplemented from ContentHandler.

Definition at line 53 of file CssContentHandler.php.

References wfGetLangObj().

CssContentHandler::getPageViewLanguage ( Title title,
Content content = null 
)

Returns the english language, because CSS is english, and should be handled as such.

Returns:
Language wfGetLangObj( 'en' )
See also:
ContentHandler::getPageViewLanguage()

Reimplemented from ContentHandler.

Definition at line 64 of file CssContentHandler.php.

References wfGetLangObj().

Creates an empty TextContent object.

Since:
1.21
Returns:
Content

Reimplemented from TextContentHandler.

Definition at line 42 of file CssContentHandler.php.

CssContentHandler::unserializeContent ( text,
format = null 
)

Unserializes a Content object of the type supported by this ContentHandler.

Since:
1.21
Parameters:
$textstring serialized form of the content
$formatnull|String the format used for serialization
Returns:
Content the TextContent object wrapping $text

Reimplemented from TextContentHandler.

Definition at line 36 of file CssContentHandler.php.

References ContentHandler\checkFormat().


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