Property | Type | Description | |
---|---|---|---|
$countries | array[] | Example:
array(
"JP" => array(
"Name" => "Japan",
"Alpha2" => "JP",
"Alpha3" => "JPN",
"IDC" => 81
)
)
|
Method | Description | |
---|---|---|
__construct ( array $countries = [] ) | Construct a new Value object and initialize it with given $data. | |
__toString ( ) |
public __construct ( array $countries = [] ) | ||
$countries | array |