ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
ilCountry Class Reference

Country utility class. More...

+ Collaboration diagram for ilCountry:

Static Public Member Functions

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

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

◆ getCountryCodes()

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().

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

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