[pLog-svn] r5805 - plog/trunk/class/data/filter

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Aug 8 16:32:00 EDT 2007


Author: oscar
Date: 2007-08-08 16:32:00 -0400 (Wed, 08 Aug 2007)
New Revision: 5805

Modified:
   plog/trunk/class/data/filter/filterbase.class.php
Log:
By turning this class into an abstract class, we make sure that no instance of this class will be ever created.


Modified: plog/trunk/class/data/filter/filterbase.class.php
===================================================================
--- plog/trunk/class/data/filter/filterbase.class.php	2007-08-08 20:31:18 UTC (rev 5804)
+++ plog/trunk/class/data/filter/filterbase.class.php	2007-08-08 20:32:00 UTC (rev 5805)
@@ -21,7 +21,7 @@
 	 * the previous one becomes the input of the next one. Please see the
 	 * FilterBase::addFilter() method
 	 */
-	class FilterBase
+	abstract class FilterBase
 	{
 		var $_filters;
 		



More information about the pLog-svn mailing list