From 00e5b3325d009b8a53518fcaa2731fcd62dcfc6a Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 20 Aug 2008 22:22:29 +0000 Subject: [PATCH] Document a bit. --- includes/AjaxResponse.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 */ -- 2.20.1