/** * {@inhericDoc} */ public function modAction($mod_action) { \MyArtJaub\Webtrees\Mvc\Dispatcher::getInstance()->handle($this, $mod_action); }
/** * {@inhericDoc} */ public function modAction($mod_action) { Database::updateSchema(self::SCHEMA_MIGRATION_PREFIX, self::SCHEMA_SETTING_NAME, self::SCHEMA_TARGET_VERSION); \MyArtJaub\Webtrees\Mvc\Dispatcher::getInstance()->handle($this, $mod_action); }
/** * {@inheritDoc} * @see \Fisharebest\Webtrees\Module\AbstractModule::modAction() */ public function modAction($mod_action) { Dispatcher::getInstance()->handle($this, $mod_action); }