MediaWiki
REL1_30
ApiFormatNone.php
Go to the documentation of this file.
1
<?php
31
class
ApiFormatNone
extends
ApiFormatBase
{
32
33
public
function
getMimeType
() {
34
return
'text/plain'
;
35
}
36
37
public
function
execute
() {
38
}
39
}
ApiFormatBase
This is the abstract base class for API formatters.
Definition
ApiFormatBase.php:32
ApiFormatNone
API Serialized PHP output formatter.
Definition
ApiFormatNone.php:31
ApiFormatNone\execute
execute()
Evaluates the parameters, performs the requested query, and sets up the result.
Definition
ApiFormatNone.php:37
ApiFormatNone\getMimeType
getMimeType()
Overriding class returns the MIME type that should be sent to the client.
Definition
ApiFormatNone.php:33
includes
api
ApiFormatNone.php
Generated on Mon Nov 25 2024 15:42:03 for MediaWiki by
1.10.0