MediaWiki
REL1_19
|
Public Member Functions | |
__construct ($main, $format) | |
Constructor If $format ends with 'fm', pretty-print the output in HTML. | |
getMimeType () | |
Overriding class returns the mime type that should be sent to the client. | |
getVersion () | |
Returns a string that identifies the version of the extending class. |
Definition at line 164 of file ApiRsd.php.
ApiFormatXmlRsd::__construct | ( | $ | main, |
$ | format | ||
) |
Constructor If $format ends with 'fm', pretty-print the output in HTML.
$main | ApiMain |
$format | string Format name |
Reimplemented from ApiFormatXml.
Definition at line 165 of file ApiRsd.php.
References ApiFormatXml\setRootElement().
Overriding class returns the mime type that should be sent to the client.
This method is not called if getIsHtml() returns true.
Reimplemented from ApiFormatXml.
Definition at line 170 of file ApiRsd.php.
Returns a string that identifies the version of the extending class.
Typically includes the class name, the svn revision, timestamp, and last author. Usually done with SVN's Id keyword
Reimplemented from ApiFormatXml.
Definition at line 174 of file ApiRsd.php.