Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php

class Observer {
  function run($params) {
    // By default, do nothing
  }
}

?>