summaryrefslogtreecommitdiff
path: root/includes/WebResponse.php
diff options
context:
space:
mode:
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 f7d57e41..2b1ec04c 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