register_hook('PLUGIN_STRUCT_TYPECLASS_INIT', 'BEFORE', $this, 'handle_init'); } public function handle_init(Doku_Event &$event, $param) { $event->data['Group'] = 'dokuwiki\\plugin\\structgroup\\types\\Group'; } } // vim:ts=4:sw=4:et: