Filter template class_ in inc/classes/main/filter/ rewritten to extend BaseFilter
[core.git] / inc / classes / main / filter / class_
index 6474b523b1b4e69bf29fd54a4570e7c38d0a822c..55084dda8f898d5a03dc8da9ee929c8e06f263a2 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class ???Filter extends BaseFrameworkSystem implements Filterable {
+class ???Filter extends BaseFilter implements Filterable {
        /**
         * Protected constructor
         *
@@ -35,7 +35,7 @@ class ???Filter extends BaseFrameworkSystem implements Filterable {
        /**
         * Creates an instance of this filter class
         *
-        * @return      $filterInstance                 An instance of this filter class
+        * @return      $filterInstance         An instance of this filter class
         */
        public final static function create???Filter () {
                // Get a new instance