MediaWiki REL1_30
ApiFormatNone.php
Go to the documentation of this file.
1<?php
32
33 public function getMimeType() {
34 return 'text/plain';
35 }
36
37 public function execute() {
38 }
39}
This is the abstract base class for API formatters.
API Serialized PHP output formatter.
execute()
Evaluates the parameters, performs the requested query, and sets up the result.
getMimeType()
Overriding class returns the MIME type that should be sent to the client.