]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/interfaces/login/class_LoginableUser.php
TODO tag rewritten, first login action (empty for now) added
[shipsimu.git] / inc / classes / interfaces / login / class_LoginableUser.php
index c9a842a969f0b550b4986cd7f1418ca0cc5457b8..107b13387ce19f8f730b80f5a4fa7fa68575af63 100644 (file)
@@ -6,7 +6,7 @@
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.ship-simu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -28,9 +28,10 @@ interface LoginableUser extends FrameworkInterface {
         * in a boolean attribute which is then readable by a matching getter.
         *
         * @param       $requestInstance        An instance of a Requestable class
+        * @param       $responseInstance       An instance of a Responseable class
         * @return      void
         */
-       function doLogin (Requestable $requestInstance);
+       function doLogin (Requestable $requestInstance, Responseable $responseInstance);
 }
 
 //