| category | OSS |
|---|---|
| package | OSS_Countries |
| copyright | Copyright (c) 2007 - 2012, Open Source Solutions Limited, Dublin, Ireland |
| license | New BSD License |
createFormSelectElement(string $name, string $label) : \Zend_Form_Element_Select
stringThe element name (default country)
stringThe element label and title (default Country)
\Zend_Form_Element_SelectgetCountriesArray() : array
arraygetCountriesKeys() : array
arraygetCountryName(string $code) : string | null
If code is not in array returns null;
stringThe country code
stringnull
getDialCode(int $code) : string | null
If code is not in array returns null;
intThe country code
stringnull
getDialCodes() : array
arraygetTimezones() : array
arraygetTimezonesArray() : array
'Europe/Dublin' => 'Europe/Dublin' ).
array$_countries : array
$_dial_codes : array
$_timezones : array