Searched full:action_denied_tplcontent (Results 1 – 4 of 4) sorted by relevance
2 ACTION_DENIED_TPLCONTENT
30 $event = new Event('ACTION_DENIED_TPLCONTENT', $data);
12 …e. But Action/Denied.php:Denied::tplContent() triggers an event ACTION_DENIED_TPLCONTENT, which we…13 $contr->register_hook('ACTION_DENIED_TPLCONTENT','BEFORE',$this,'handle_action_denied',array());
51 $controller->register_hook('ACTION_DENIED_TPLCONTENT', 'BEFORE', $this, 'handleDeniedForm');