add_api_method('find_seminars_using_contentmodule', ['string', 'string', 'string'], ['string'], ''); $this->add_api_method('find_institutes_using_contentmodule', ['string', 'string', 'string'], ['string'], ''); } function find_seminars_using_contentmodule_action($api_key, $system_type, $module_id) { return StudipContentmoduleHelper::find_seminars_using_contentmodule($system_type, $module_id); } function find_institutes_using_contentmodule_action($api_key, $system_type, $module_id) { return StudipContentmoduleHelper::find_institutes_using_contentmodule($system_type, $module_id); } }