Home
last modified time | relevance | path

Searched refs:handleSave (Results 1 – 5 of 5) sorted by relevance

/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php49 $this->handleSave($config['default']);
52 protected function handleSave() {} function in ConfigManagerTwoLineCascadeConfig
/plugin/structpublish/action/
H A Dsave.php16 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handleSave');
25 public function handleSave(Doku_Event $event) function in action_plugin_structpublish_save
/plugin/slacknotifier/
H A Daction.php41 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handleSave');
67 public function handleSave(Event $event): void
25 public function handleSave(Event $event): void global() function in action_plugin_slacknotifier
/plugin/diagrams/action/
H A Dembed.php25 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleSave');
81 public function handleSave(Doku_Event $event) function in action_plugin_diagrams_embed
/plugin/struct/action/
H A Dbureaucracy.php41 $controller->register_hook('PLUGIN_BUREAUCRACY_TEMPLATE_SAVE', 'AFTER', $this, 'handleSave');
146 public function handleSave(Event $event, $param)
141 public function handleSave(Doku_Event $event, $param) global() function in action_plugin_struct_bureaucracy