X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatNone.php;h=dc623ac1e9eab0d8da296c6ec1bf43728664eccd;hb=355fdffe3eb08838e56909f7c36f6bff786c8b94;hp=b3bde378516483ca2ec3ea70aa51df87b366fedd;hpb=fbe10c4b3dc982d96cbf846495b178dc362c1fa3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatNone.php b/includes/api/ApiFormatNone.php index b3bde37851..dc623ac1e9 100644 --- a/includes/api/ApiFormatNone.php +++ b/includes/api/ApiFormatNone.php @@ -30,22 +30,10 @@ */ class ApiFormatNone extends ApiFormatBase { - public function __construct( $main, $format ) { - parent::__construct( $main, $format ); - } - public function getMimeType() { return 'text/plain'; } public function execute() { } - - public function getDescription() { - return 'Output nothing' . parent::getDescription(); - } - - public function getVersion() { - return __CLASS__ . ': $Id$'; - } }