register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, '_handle'); } public function _handle(Doku_Event $event, $param) { $helper = plugin_load('helper', 'matrixnotifier'); $helper->sendUpdate($event); } }