Public Member Functions | |
__construct () | |
isForeignCountry () | |
isInEU () | |
getStates () | |
getIdByCode ($sCode) | |
Protected Attributes | |
$_sClassName = 'oxcountry' | |
$_aStates = null |
Definition at line 6 of file oxcountry.php.
oxCountry.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxI18n()).
Reimplemented from oxI18n.
Definition at line 25 of file oxcountry.php.
oxCountry.getIdByCode | ( | $ | sCode | ) |
Returns caountry id by code
string | $sCode country code |
Definition at line 78 of file oxcountry.php.
oxCountry.getStates | ( | ) |
oxCountry.isForeignCountry | ( | ) |
returns true if this country is a foreign country
Definition at line 36 of file oxcountry.php.
oxCountry.isInEU | ( | ) |
returns true if this country is marked as EU
Definition at line 46 of file oxcountry.php.
oxCountry.$_aStates = null [protected] |
Definition at line 20 of file oxcountry.php.
oxCountry.$_sClassName = 'oxcountry' [protected] |
Reimplemented from oxI18n.
Definition at line 13 of file oxcountry.php.