WC_Integration_MaxMind_Database_Service::__construct()
WC_Integration_MaxMind_Database_Service constructor.
Method of the class: WC_Integration_MaxMind_Database_Service{}
No Hooks.
Return
null
. Nothing.
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() WC Integration MaxMind Database Service:: construct code WC 7.5.1
public function __construct( $database_prefix ) { $this->database_prefix = $database_prefix; }