Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/fpdf/
Upload File :
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));
  }
}
?>