*/ class syntax_plugin_acknowledge_listing extends DokuWiki_Syntax_Plugin { /** @inheritDoc */ public function getType() { return 'substition'; } /** @inheritDoc */ public function getPType() { return 'block'; } /** @inheritDoc */ public function getSort() { return 155; } /** @inheritDoc */ public function connectTo($mode) { $this->Lexer->addSpecialPattern('~~ACKNOWLEDGE~~', $mode, 'plugin_acknowledge_listing'); } /** @inheritDoc */ public function handle($match, $state, $pos, Doku_Handler $handler) { } /** @inheritDoc */ public function render($mode, Doku_Renderer $renderer, $data) { if ($mode !== 'xhtml') { return false; } $renderer->info['cache'] = false; $renderer->doc .= '