CountriesBundle
Table of Contents
-
$countries
: mixed
-
__construct()
: mixed
-
getCountriesList()
: array<string|int, mixed>
-
getCountryCode()
: string|false
-
getCountryLabel()
: string
-
init()
: mixed
$countries
protected
mixed
$countries
= array()
__construct()
public
__construct() : mixed
Return values
mixed
—
getCountriesList()
public
getCountriesList() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getCountryCode()
public
getCountryCode(string $label) : string|false
Parameters
-
$label
: string
-
-
since
-
3.2.0
Return values
string|false
—
getCountryLabel()
public
getCountryLabel(string $code) : string
Parameters
-
$code
: string
-
Return values
string
—
init()
public
init() : mixed
Return values
mixed
—