]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/actions/web/class_WebShipSimuLoginCompanyAction.php
A performed action now always requires an action class
[shipsimu.git] / application / ship-simu / main / actions / web / class_WebShipSimuLoginCompanyAction.php
index e416055579d659efbf87572a5bdf462be3d579be..e4c3ed997b63b32c83d9d8c1f35412e2958d685b 100644 (file)
@@ -67,10 +67,10 @@ class WebShipSimuLoginCompanyAction extends BaseAction implements Commandable, R
         * @param       $controllerInstance             A controller instance
         * @param       $requestInstance                An instance of a class with an Requestable interface
         * @return      void
+        * @todo        Add some filters here
         */
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
-               // Add user status filter here
-               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
+               // Unfinished method
        }
 }