aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WebResponse.php
diff options
context:
space:
mode:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>2010-08-14 17:42:40 +0000
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>2010-08-14 17:42:40 +0000
commit7b79d94515878de5ec64adb1bdf7686f805f3d60 (patch)
tree74efbc814d957bc9d6f2128aeef9f1a21143ed0e /includes/WebResponse.php
parentb5e5f482ecb9b6bb60930c3f1034e33d5d4b04e4 (diff)
downloadmediawikicore-7b79d94515878de5ec64adb1bdf7686f805f3d60.tar.gz
mediawikicore-7b79d94515878de5ec64adb1bdf7686f805f3d60.zip
* Standardised file description headers
* Added some descriptions * Added @file where needed
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/71078
Diffstat (limited to 'includes/WebResponse.php')
-rw-r--r--includes/WebResponse.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/WebResponse.php b/includes/WebResponse.php
index f7d57e41c1f3..2b1ec04cb9b6 100644
--- a/includes/WebResponse.php
+++ b/includes/WebResponse.php
@@ -1,5 +1,11 @@
<?php
/**
+ * Classes used to send headers and cookies back to the user
+ *
+ * @file
+ */
+
+/**
* Allow programs to request this object from WebRequest::response()
* and handle all outputting (or lack of outputting) via it.
* @ingroup HTTP