Searched refs:handle_started (Results 1 – 5 of 5) sorted by relevance
24 function handle_started(Doku_Event $event, $param) { function in action_plugin_skipentity
37 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_started');
45 public function handle_started(Doku_Event &$event, $param) { function in action_plugin_block
36 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_started');
25 function handle_started(Doku_Event $event, $param) { function in action_plugin_tocselect