WC_Integration_MaxMind_Geolocation::get_database_service()publicWC 1.0

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 8.7.0

public function get_database_service() {
	return $this->database_service;
}