]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/actions/web/class_WebLoginCompanyAction.php
Login area - company page now with more stubs
[shipsimu.git] / application / ship-simu / main / actions / web / class_WebLoginCompanyAction.php
index f3ffdcd050b8af2a62aec66929def240b3447122..30c6376fe84385756c858b7b3beaadd3511c4009 100644 (file)
@@ -61,9 +61,10 @@ class WebLoginCompanyAction extends BaseAction implements Commandable, Registera
         * @param       $requestInstance        An instance of a class with an Requestable interface
         * @param       $responseInstance       An instance of a class with an Responseable interface
         * @return      void
+        * @todo        Maybe add fetching company list of current user here?
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               $this->partialStub("Maybe add fetching company list here.");
+               // Unfinished method
        }
 
        /**