diff options
Diffstat (limited to 'includes/WebResponse.php')
-rw-r--r-- | includes/WebResponse.php | 6 |
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 |