]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/actions/web/class_WebLoginProfileAction.php
Added new interfaces Handleable/-DataSet and ProtocolHandler (no content yet).
[core.git] / inc / classes / main / actions / web / class_WebLoginProfileAction.php
index e1633e5b166fc7df8c8589b7cbab73eb51cfe50e..1ce176d67f6dc445881f5339104969298867b9d7 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An action for the profile page in login area
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core 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 WebLoginProfileAction extends BaseAction implements Commandable, Registera
         * @param       $resolverInstance       An instance of an action resolver
         * @return      $actionInstance         An instance of this action class
         */
-       public final static function createWebLoginProfileAction (ActionResolver $resolverInstance) {
+       public static final function createWebLoginProfileAction (ActionResolver $resolverInstance) {
                // Get a new instance
                $actionInstance = new WebLoginProfileAction();