]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/commands/class_
Added missing method.
[core.git] / inc / main / classes / commands / class_
index 271a1680fef9cfd8cdeeaacbf47f1fae3b447b24..38877a2a88b7f3c8959eea9eafc51060e294f165 100644 (file)
@@ -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]