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