MediaWiki
REL1_19
|
API YAML output formatter. More...
Public Member Functions | |
getDescription () | |
Returns the description string for this module. | |
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. |
API YAML output formatter.
Definition at line 31 of file ApiFormatYaml.php.
Returns the description string for this module.
Reimplemented from ApiFormatJson.
Definition at line 37 of file ApiFormatYaml.php.
Overriding class returns the mime type that should be sent to the client.
This method is not called if getIsHtml() returns true.
Reimplemented from ApiFormatJson.
Definition at line 33 of file ApiFormatYaml.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 ApiFormatJson.
Definition at line 41 of file ApiFormatYaml.php.