]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/class_
Continued:
[core.git] / inc / main / classes / commands / class_
index 271a1680fef9cfd8cdeeaacbf47f1fae3b447b24..d1709aac4b0d91cbaddb28aa800bb9aa3294f05f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -59,6 +59,17 @@ class ???Command extends BaseCommand implements Commandable {
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
                $this->partialStub('Unfinished!');
        }
+
+       /**
+        * Adds extra filters to the given controller instance
+        *
+        * @param       $controllerInstance             A controller instance
+        * @param       $requestInstance                An instance of a class with an Requestable interface
+        * @return      void
+        */
+       public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
+               $this->partialStub('Unfinished!');
+       }
 }
 
 // [EOF]