| Current Path : /var/www/cesa.co.za/fpdf/ |
| Current File : /var/www/cesa.co.za/fpdf/filter.data._interface.class.php |
<?php
class DataFilter {
function process(&$tree) {
die("Oops. Inoverridden 'process' method called in ".get_class($this));
}
}
?>