wiki_dummy_directives.php 190 B

123456789101112
  1. <?php
  2. class ezcDocumentTestDummyPlugin extends ezcDocumentWikiPlugin
  3. {
  4. public function toDocbook( DOMDocument $document, DOMElement $root )
  5. {
  6. // Just do nothing
  7. }
  8. }
  9. ?>