| Current Path : /var/www/cesa.co.za/fpdf/ |
| Current File : /var/www/cesa.co.za/fpdf/fetched_data._interface.class.php |
<?php
class FetchedData {
function get_additional_data() {
die("Unoverridden 'get_additional_data' called in ".get_class($this));
}
function get_content() {
die("Unoverridden 'get_content' called in ".get_class($this));
}
function get_uri() {
return "";
}
}
?>