X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatNone.php;h=78023af3d79831f6569e9d85c0971373b88a7d38;hb=b2fba3f27f2bb49eaa9d8e1d3857c9e67c883263;hp=31c90e101a587e63f28dc04b8b4aa86e8ee5952c;hpb=2679bd942cba84bfcf79a7e6e7d74ca85c8a27cf;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatNone.php b/includes/api/ApiFormatNone.php index 31c90e101a..78023af3d7 100644 --- a/includes/api/ApiFormatNone.php +++ b/includes/api/ApiFormatNone.php @@ -4,7 +4,7 @@ * * Created on Oct 22, 2006 * - * Copyright © 2006 Yuri Astrakhan @gmail.com + * Copyright © 2006 Yuri Astrakhan "@gmail.com" * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,10 +30,6 @@ */ class ApiFormatNone extends ApiFormatBase { - public function __construct( $main, $format ) { - parent::__construct( $main, $format ); - } - public function getMimeType() { return 'text/plain'; } @@ -44,8 +40,4 @@ class ApiFormatNone extends ApiFormatBase { public function getDescription() { return 'Output nothing' . parent::getDescription(); } - - public function getVersion() { - return __CLASS__ . ': $Id$'; - } }