WC_Integration_MaxMind_Geolocation::get_database_service
Get database service.
Метод класса: WC_Integration_MaxMind_Geolocation{}
Хуков нет.
Возвращает
WC_Integration_MaxMind_Database_Service|null.
Использование
$WC_Integration_MaxMind_Geolocation = new WC_Integration_MaxMind_Geolocation(); $WC_Integration_MaxMind_Geolocation->get_database_service();
Код WC_Integration_MaxMind_Geolocation::get_database_service() WC Integration MaxMind Geolocation::get database service WC 10.5.2
public function get_database_service() {
return $this->database_service;
}