X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Ffilter%2Fclass_BaseFilterDecorator.php;h=a60d0192a16ef2157930268766aebd06e5e53420;hb=17fadd75e71e802ea1a0487873a4da5d10467ff9;hp=57a30cacf46f0d5bfee5cbf9b065161c9335f858;hpb=d22762d78ae09d7601d33733550830fa9c6fc7a7;p=core.git diff --git a/inc/classes/main/filter/class_BaseFilterDecorator.php b/inc/classes/main/filter/class_BaseFilterDecorator.php index 57a30cac..a60d0192 100644 --- a/inc/classes/main/filter/class_BaseFilterDecorator.php +++ b/inc/classes/main/filter/class_BaseFilterDecorator.php @@ -2,11 +2,11 @@ /** * A general filter decorator for decorating filters with other filters * - * @author Roland Haeder + * @author Roland Haeder * @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 @@ -21,11 +21,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class BaseFilterDecorator extends BaseFrameworkSystem implements Filterable { +abstract class BaseFilterDecorator extends BaseFrameworkSystem implements Filterable { /** * The decorated filter instance */ - private $filterInstance = null; + private $filterInstance = NULL; /** * Protected constructor