Request class rewritten to extend BaseRequest class, ConsoleRequest added
[core.git] / inc / classes / interfaces / request / class_Requestable.php
index e5f9fa641b9ae50a0bc5e222b00b91a4541c19de..fef4e3497846a775b5ebdffcbfc50c49624ec706 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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
         */