]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/class_AbstractFilterDecorator.php
A lot rewrites and fixes for weak redirect methods
[shipsimu.git] / inc / classes / main / filter / class_AbstractFilterDecorator.php
index 025c3dee4f64a148399260d057b0e33c417f0161..e003ce266867c6367c14b39808b699ce4693bcae 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, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -64,8 +64,8 @@ abstract class AbstractFilterDecorator extends BaseFrameworkSystem implements Fi
        /**
         * Execute the inner filter
         *
-        * @param<->$requestInstance<-->An instance of a request class
-        * @param<->$responseInstance<->An instance of a response class
+        * @param       $requestInstance        An instance of a request class
+        * @param       $responseInstance       An instance of a response class
         * @return      void
         */
        public final function execute (Requestable $requestInstance, Responseable $responseInstance) {
@@ -76,8 +76,8 @@ abstract class AbstractFilterDecorator extends BaseFrameworkSystem implements Fi
        /**
         * Do the execution of the filter
         *
-        * @param<->$requestInstance<-->An instance of a request class
-        * @param<->$responseInstance<->An instance of a response class
+        * @param       $requestInstance        An instance of a request class
+        * @param       $responseInstance       An instance of a response class
         * @return      void
         */
        abstract public function doExecute (Requestable $requestInstance, Responseable $responseInstance);