a load more tests

This commit is contained in:
Shish
2009-07-19 04:48:25 +01:00
parent fd044838f3
commit d8e027b776
18 changed files with 265 additions and 30 deletions

View File

@ -55,6 +55,10 @@ abstract class FormatterExtension implements Extension {
abstract public function strip($text);
}
/*
* This too is a common class of extension with many methods in common,
* so we have a base class to extend from
*/
abstract class DataHandlerExtension implements Extension {
var $theme;