Add @ingroup definitions to these. Created new group HTTP for web-related things...
[lhc/web/wiklou.git] / includes / WebRequest.php
index 3a845da..46816e4 100644 (file)
@@ -39,7 +39,8 @@ if ( !function_exists( '__autoload' ) ) {
  * not create a second WebRequest object; make a FauxRequest object if
  * you want to pass arbitrary data to some function in place of the web
  * input.
- *
+ * 
+ * @ingroup HTTP
  */
 class WebRequest {
        var $data = array();
@@ -641,6 +642,7 @@ class WebRequest {
 /**
  * WebRequest clone which takes values from a provided array.
  *
+ * @ingroup HTTP
  */
 class FauxRequest extends WebRequest {
        var $wasPosted = false;