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