Lines Matching defs:controller
39 public function register(Doku_Event_Handler $controller) {
40 $this->afterParserHandlerDone->register($controller);
41 $this->beforeAjaxCallUnknown->register($controller);
42 $this->beforeParserCacheUse->register($controller);
43 $this->beforeParserWikitextPreprocess->register($controller);
44 $this->beforeTplMetaheaderOutput->register($controller);
54 public function register($controller) {
55 $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'handle');
375 public function register($controller) {
376 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle');
559 public function register($controller) {
560 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle');
600 public function register($controller) {
601 $controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'BEFORE', $this, 'handle');
618 public function register($controller) {
619 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle');