Simple exception handler and error handler added, profile update added with stubs
[shipsimu.git] / inc / classes / main / commands / web / class_WebLoginFailedCommand.php
index 04b02c165d62de0513762871b5451b8da02846f9..c7baa753dfe3265bd5ffd5004b0d5c08f49acdab 100644 (file)
@@ -112,6 +112,16 @@ class WebLoginFailedCommand 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]