]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/filter/class_
Copyright updated, menu class added for 'home'
[shipsimu.git] / application / ship-simu / main / filter / class_
index bb3547372dbc161f28218ee78c9740648bf76fe6..20653ff01257b233d67b735ef954a7d7417b3f2e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.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
  *
@@ -35,16 +35,12 @@ class ???Filter extends BaseShipSimuFilter implements Filterable {
        /**
         * Creates an instance of this filter class
         *
-        * @param       $controllerInstance             An instance of a Controller class
-        * @return      $filterInstance                 An instance of this filter class
+        * @return      $filterInstance         An instance of this filter class
         */
-       public final static function create???Filter (Controller $controllerInstance) {
+       public final static function create???Filter () {
                // Get a new instance
                $filterInstance = new ???Filter();
 
-               // Set the controller
-               $filterInstance->setControllerInstance($controllerInstance);
-
                // Return the instance
                return $filterInstance;
        }