X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatRaw.php;h=db81aacd7b84302d8fb3e05af6887bcfda504f1d;hb=4807964201b1233d4f932de9571488587143371e;hp=9eff79a89fe95cdc8a22d909cda276aa0953a977;hpb=604906deb5161684c3fab2b6fdcd0e7e6672cb89;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatRaw.php b/includes/api/ApiFormatRaw.php index 9eff79a89f..db81aacd7b 100644 --- a/includes/api/ApiFormatRaw.php +++ b/includes/api/ApiFormatRaw.php @@ -1,11 +1,10 @@ .@home.nl + * Created on Feb 2, 2009 + * + * Copyright © 2009 Roan Kattouw .@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 @@ -19,15 +18,12 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ -if ( !defined( 'MEDIAWIKI' ) ) { - // Eclipse helper - will be ignored in production - require_once( 'ApiFormatBase.php' ); -} - /** * Formatter that spits out anything you like with any desired MIME type * @ingroup API @@ -37,7 +33,7 @@ class ApiFormatRaw extends ApiFormatBase { /** * Constructor * @param $main ApiMain object - * @param $errorFallback Formatter object to fall back on for errors + * @param $errorFallback ApiFormatBase object to fall back on for errors */ public function __construct( $main, $errorFallback ) { parent::__construct( $main, 'raw' );