Home
last modified time | relevance | path

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

/plugin/newnamespacepermissions/
H A Daction.php35 public function handleActionActPreprocess(Doku_Event $event, $param) { function in action_plugin_newnamespacepermissions
/plugin/spatialhelper/
H A Daction.php52 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleActionActPreprocess', []);
181 final public function handleActionActPreprocess(Event $event): void function in action_plugin_spatialhelper