Your IP : 216.73.217.79


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