MediaWiki
REL1_23
|
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 () | |
unserializeContent ($text, $format=null) |
CssContentHandler::__construct | ( | $ | modelId = CONTENT_MODEL_CSS | ) |
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 72 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 86 of file CssContentHandler.php.
References wfGetLangObj().
Reimplemented from TextContentHandler.
Definition at line 58 of file CssContentHandler.php.
CssContentHandler::unserializeContent | ( | $ | text, |
$ | format = null |
||
) |
string | $text | |
string | $format |
Reimplemented from TextContentHandler.
Definition at line 47 of file CssContentHandler.php.
References ContentHandler\checkFormat().