Automattic\WooCommerce\Vendor\League\ISO3166
ISO3166::__construct
Method of the class: ISO3166{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ISO3166 = new ISO3166(); $ISO3166->__construct( $countries );
- $countries(array)
- .
Default: []
ISO3166::__construct() ISO3166:: construct code WC 10.3.6
public function __construct(array $countries = [])
{
if ([] !== $countries) {
$this->countries = $countries;
}
}