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