Request class rewritten to extend BaseRequest class, ConsoleRequest added
[core.git] / inc / classes / interfaces / request / class_Requestable.php
index c349798673d66edeb1187907e4fbfbe20f52220f..fef4e3497846a775b5ebdffcbfc50c49624ec706 100644 (file)
@@ -23,9 +23,7 @@
  */
 interface Requestable extends FrameworkInterface {
        /**
-        * Prepares the HTTP request data for usage by currently copying
-        * $_REQUEST into a private attribute. Later on we can add more
-        * things for initialization here.
+        * Prepares the request data for usage
         *
         * @return      void
         */