Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
class Parser {
  function process(&$data) {
    die("Oops! Unoverridden 'process' method called in ".get_class($this));
  }
}
?>