]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/class_
Continued:
[core.git] / inc / main / classes / commands / class_
index 424f107dc955ea9e8a9be93ab5f8c510fe430499..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
  *
@@ -57,6 +57,18 @@ class ???Command extends BaseCommand implements Commandable {
         * @return      void
         */
        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!');
        }
 }