]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/controller/console/class_HubConsoleDefaultNewsController.php
Continued with hub:
[hub.git] / application / hub / main / controller / console / class_HubConsoleDefaultNewsController.php
index 842bd2606d1c20756144b994e7e968cb30933d09..a0c09cb464b8614fe0fab1447bb6f1974b2f752f 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * The default controller with news for e.g. home or news page
  *
- * @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 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Hub 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
@@ -32,7 +32,7 @@ class HubConsoleDefaultNewsController extends BaseController implements Controll
                parent::__construct(__CLASS__);
 
                // Init additional filter chains
-               foreach (array('bootstrap', 'activation', 'shutdown') as $filterChain) {
+               foreach (array('bootstrap', 'activation','shutdown') as $filterChain) {
                        $this->initFilterChain($filterChain);
                } // END - foreach
        }
@@ -43,7 +43,7 @@ class HubConsoleDefaultNewsController extends BaseController implements Controll
         * @param       $resolverInstance               An instance of a command resolver class
         * @return      $controllerInstance             A prepared instance of this class
         */
-       public final static function createHubConsoleDefaultNewsController (CommandResolver $resolverInstance) {
+       public static final function createHubConsoleDefaultNewsController (CommandResolver $resolverInstance) {
                // Create the instance
                $controllerInstance = new HubConsoleDefaultNewsController();