Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php
class LayoutEngine {
  function process(&$tree, &$media) {
    die("Oops. Inoverridden 'process' method called in ".get_class($this));
  }
}
?>