MediaWiki
REL1_22
|
Content handler for CSS pages. More...
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. |
CssContentHandler::__construct | ( | $ | modelId = CONTENT_MODEL_CSS | ) |
Definition at line 32 of file CssContentHandler.php.
References array().
CssContentHandler::getPageLanguage | ( | Title $ | title, |
Content $ | content = null |
||
) |
Returns the english language, because CSS is english, and should be handled as such.
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.
Reimplemented from ContentHandler.
Definition at line 64 of file CssContentHandler.php.
References wfGetLangObj().
Creates an empty TextContent object.
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.
$text | string serialized form of the content |
$format | null|String the format used for serialization |
Reimplemented from TextContentHandler.
Definition at line 36 of file CssContentHandler.php.
References ContentHandler\checkFormat().