]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/web/class_WebDoFormCommand.php
Simple exception handler and error handler added, profile update added with stubs
[shipsimu.git] / inc / classes / main / commands / web / class_WebDoFormCommand.php
index 87bd1d13bfc2f4c115b4de1e34182785f1eedd47..79f292a7a76dda6b3543a0020c86122af45969cd 100644 (file)
@@ -71,6 +71,17 @@ class WebDoFormCommand extends BaseCommand implements Commandable {
                debug_print_backtrace();
                die("</pre>Good bye...");
        }
                debug_print_backtrace();
                die("</pre>Good bye...");
        }
+
+       /**
+        * Adds extra filters to the given controller instance
+        *
+        * @param       $controllerInstance             A controller instance
+        * @return      void
+        */
+       function addExtraFilters (Controller $controllerInstance) {
+               // Empty for now
+       }
+
 }
 
 // [EOF]
 }
 
 // [EOF]