Actions (so called sub-commands) may now have own pre/post filter, profile update...
[shipsimu.git] / inc / classes / main / commands / web / class_WebRegisterCommand.php
index 2a50f5ecc247c1202919d37dc244f7c8fd1eade2..f4cc32548d184ba7a6de657f78bbb28349236fa1 100644 (file)
@@ -118,9 +118,10 @@ class WebRegisterCommand extends BaseCommand implements Commandable {
         * 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
         */
-       function addExtraFilters (Controller $controllerInstance) {
+       public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Empty for now
        }
 }