WC_Integration_MaxMind_Database_Service::__construct()publicWC 1.0

WC_Integration_MaxMind_Database_Service constructor.

Method of the class: WC_Integration_MaxMind_Database_Service{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Integration_MaxMind_Database_Service = new WC_Integration_MaxMind_Database_Service();
$WC_Integration_MaxMind_Database_Service->__construct( $database_prefix );
$database_prefix(string|null) (required)
A prefix for the MaxMind database filename.

WC_Integration_MaxMind_Database_Service::__construct() code WC 8.7.0

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