From: Chad Horohoe Date: Wed, 20 Aug 2008 22:22:29 +0000 (+0000) Subject: Document a bit. X-Git-Tag: 1.31.0-rc.0~45756 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=00e5b3325d009b8a53518fcaa2731fcd62dcfc6a;p=lhc%2Fweb%2Fwiklou.git Document a bit. --- diff --git a/includes/AjaxResponse.php b/includes/AjaxResponse.php index c79e928bbb..63468a14da 100644 --- a/includes/AjaxResponse.php +++ b/includes/AjaxResponse.php @@ -9,7 +9,9 @@ if( !defined( 'MEDIAWIKI' ) ) { } /** - * @todo document + * Handle responses for Ajax requests (send headers, print + * content, that sort of thing) + * * @ingroup Ajax */ class AjaxResponse { @@ -20,7 +22,7 @@ class AjaxResponse { /** HTTP header Content-Type */ private $mContentType; - /** @todo document */ + /** Disables output. Can be set by calling $AjaxResponse->disable() */ private $mDisabled; /** Date for the HTTP header Last-modified */