MediaWiki  1.23.0
ApiFormatYaml.php
Go to the documentation of this file.
1 <?php
32 
33  public function getMimeType() {
34  return 'application/yaml';
35  }
36 
37  public function getDescription() {
38  return 'Output data in YAML format' . ApiFormatBase::getDescription();
39  }
40 }
ApiFormatYaml\getMimeType
getMimeType()
Overriding class returns the mime type that should be sent to the client.
Definition: ApiFormatYaml.php:33
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
ApiFormatJson
API JSON output formatter.
Definition: ApiFormatJson.php:31
ApiFormatBase\getDescription
getDescription()
Returns the description string for this module.
Definition: ApiFormatBase.php:339
ApiFormatYaml\getDescription
getDescription()
Returns the description string for this module.
Definition: ApiFormatYaml.php:37
ApiFormatYaml
API YAML output formatter.
Definition: ApiFormatYaml.php:31