ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilCountry Class Reference

Country utility class. More...

+ Collaboration diagram for ilCountry:

Static Public Member Functions

static getCountryCodes ()
 Get country codes (DIN EN 3166-1)

Detailed Description

Country utility class.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 11 of file class.ilCountry.php.

Member Function Documentation

static ilCountry::getCountryCodes ( )
static

Get country codes (DIN EN 3166-1)

Returns
array of country codes

Definition at line 18 of file class.ilCountry.php.

Referenced by ilUserSearchOptions\_getSearchableFieldsInfo(), ilCountrySelectInputGUI\getOptions(), ilTrSummaryTableGUI\getSelCountryCodes(), and ilTrObjectUsersPropsTableGUI\initFilter().

{
$cntcodes = array (
"AD", "AE", "AF", "AG", "AI", "AL", "AM", "AN",
"AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AX",
"AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH",
"BI", "BJ", "BL", "BM", "BN", "BO", "BR", "BS",
"BT", "BV", "BW", "BY", "BZ", "CA", "CC", "CF",
"CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO",
"CR", "CU", "CV", "CX", "CY", "CZ", "DE", "DJ",
"DK", "DM", "DO", "DZ", "EC", "EE", "EG", "EH",
"ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO",
"FR", "FX", "GA", "GB", "GD", "GE", "GF", "GG",
"GH", "GI", "GL", "GM", "GN", "GP", "GQ", "GR",
"GS", "GT", "GU", "GW", "GY", "HK", "HM", "HN",
"HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN",
"IO", "IQ", "IR", "IS", "IT", "JE", "JM", "JO",
"JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP",
"KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI",
"LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA",
"MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML",
"MM", "MN", "MO", "MP", "MQ", "MR", "MS", "MT",
"MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC",
"NE", "NF", "NG", "NI", "NL", "NO", "NP", "NR",
"NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH",
"PK", "PL", "PM", "PN", "PR", "PS", "PT", "PW",
"PY", "QA", "RE", "RO", "RS", "RU", "RW", "SA",
"SB", "SC", "SD", "SE", "SG", "SH", "SI", "SJ",
"SK", "SL", "SM", "SN", "SO", "SR", "ST", "SV",
"SY", "SZ", "TC", "TD", "TF", "TG", "TH", "TJ",
"TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV",
"TW", "TZ", "UA", "UG", "UM", "US", "UY", "UZ",
"VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF",
"WS", "YE", "YT", "ZA", "ZM", "ZW", "XK");
return $cntcodes;
}

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: