WC_REST_Data_Countries_Controller::__constructpublicWC 1.0

Constructor.

Method of the class: WC_REST_Data_Countries_Controller{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_REST_Data_Countries_Controller = new WC_REST_Data_Countries_Controller();
$WC_REST_Data_Countries_Controller->__construct();

WC_REST_Data_Countries_Controller::__construct() code WC 10.8.1

public function __construct() {
	$this->initialize_rest_api_cache();
}