Home
last modified time | relevance | path

Searched refs:afterParserHandlerDone (Results 1 – 2 of 2) sorted by relevance

/plugin/refnotes/
H A Daction.php17 private $afterParserHandlerDone; variable in action_plugin_refnotes
29 $this->afterParserHandlerDone = new refnotes_after_parser_handler_done();
40 $this->afterParserHandlerDone->register($controller);
/plugin/qna/
H A Daction.php47 public function afterParserHandlerDone($event, $param) { function in action_plugin_qna