Simple exception handler and error handler added, profile update added with stubs
[shipsimu.git] / inc / classes / main / commands / web / class_WebRegisterCommand.php
index f073baa8f73f5e038f4fa03febd114ebc1044606..2a50f5ecc247c1202919d37dc244f7c8fd1eade2 100644 (file)
@@ -113,6 +113,16 @@ class WebRegisterCommand extends BaseCommand implements Commandable {
                // Get the content back from the template engine and put it in the response class
                $templateInstance->transferToResponse($responseInstance);
        }
+
+       /**
+        * Adds extra filters to the given controller instance
+        *
+        * @param       $controllerInstance             A controller instance
+        * @return      void
+        */
+       function addExtraFilters (Controller $controllerInstance) {
+               // Empty for now
+       }
 }
 
 // [EOF]