More renamed
[shipsimu.git] / application / ship-simu / main / actions / web / class_WebShipSimuLoginLogoutAction.php
index 67f258bf3540e0d2b9f819b8e1ba9b4373dc5c84..9b066a9ec395ab88cbe2459dbd3f2df8997a70dd 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An action for logout
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.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
@@ -38,7 +38,7 @@ class WebShipSimuLoginLogoutAction extends BaseShipSimuAction implements Command
         * @param       $resolverInstance       An instance of an action resolver
         * @return      $actionInstance         An instance of this action class
         */
-       public final static function createWebShipSimuLoginLogoutAction (ActionResolver $resolverInstance) {
+       public static final function createWebShipSimuLoginLogoutAction (ActionResolver $resolverInstance) {
                // Get a new instance
                $actionInstance = new WebShipSimuLoginLogoutAction();