X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Ffilter%2Fclass_;h=3f7c82ab361f0d87147c998adfe42f996d59a631;hb=99918e8d052600e168a8945b015c27e3f12a7165;hp=bd14a20d0255ebc56ac27aa784a7140679b90f0d;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308;p=core.git diff --git a/inc/classes/main/filter/class_ b/inc/classes/main/filter/class_ index bd14a20d..3f7c82ab 100644 --- a/inc/classes/main/filter/class_ +++ b/inc/classes/main/filter/class_ @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class ???Filter extends BaseFrameworkSystem implements Filterable { +class ???Filter extends BaseFilter implements Filterable { /** * Protected constructor * @@ -35,16 +35,12 @@ class ???Filter extends BaseFrameworkSystem 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; }