Missing filter class added for refill page, some minor rewrites
[shipsimu.git] / application / ship-simu / main / filter / validator / class_RefillRequestValidatorFilter.php
index 43dc7c6256e294206872af46fc79ffb5e9f967af..1476a3e0eb3684a65f4ff910daf6c87e81aaaeed 100644 (file)
@@ -35,7 +35,7 @@ class RefillRequestValidatorFilter extends BaseShipSimuFilter implements Filtera
        /**
         * Creates an instance of this filter class
         *
-        * @return      $filterInstance                 An instance of this filter class
+        * @return      $filterInstance         An instance of this filter class
         */
        public final static function createRefillRequestValidatorFilter () {
                // Get a new instance
@@ -51,7 +51,7 @@ class RefillRequestValidatorFilter extends BaseShipSimuFilter implements Filtera
         * @param       $requestInstance        An instance of a class with an Requestable interface
         * @param       $responseInstance       An instance of a class with an Responseable interface
         * @return      void
-        * @todo        0% done
+        * @todo        Maybe we need to added some more generic tests on the request here?
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                // Execute the parent execute method
@@ -68,9 +68,6 @@ class RefillRequestValidatorFilter extends BaseShipSimuFilter implements Filtera
                        // Abort here
                        return false;
                } // END - if
-
-               // Unfinised part
-               $this->partialStub("Unfinished method.");
        }
 }