]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/controller/web/class_WebStatusController.php
Added new interfaces Handleable/-DataSet and ProtocolHandler (no content yet).
[core.git] / inc / classes / main / controller / web / class_WebStatusController.php
index 24cf009bff7b72d85a2d1fb0905f314f97df1ce5..d666c13c699f456fe7ba601692877d5c7f609f64 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Controller for changing user status
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @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
  * @todo               This controller shall still provide some headlines for sidebars
  *
  * This program is free software: you can redistribute it and/or modify
@@ -39,7 +39,7 @@ class WebStatusController extends BaseController implements Controller {
         * @param       $resolverInstance               An instance of a command resolver class
         * @return      $controllerInstance             A prepared instance of this class
         */
-       public final static function createWebStatusController (CommandResolver $resolverInstance) {
+       public static final function createWebStatusController (CommandResolver $resolverInstance) {
                // Create the instance
                $controllerInstance = new WebStatusController();