Definition at line 7 of file oxcountry.php.
Public Member Functions | |
__construct () | |
isForeignCountry () | |
isInEU () | |
Protected Attributes | |
$_sClassName = 'oxcountry' |
oxCountry.__construct | ( | ) |
Class constructor, initiates parent constructor (parent.oxI18n()).
Reimplemented from oxI18n.
Definition at line 19 of file oxcountry.php.
oxCountry.isForeignCountry | ( | ) |
returns true if this country is a foreign country
Definition at line 30 of file oxcountry.php.
oxCountry.isInEU | ( | ) |
returns true if this country is marked as EU
Definition at line 40 of file oxcountry.php.
oxCountry.$_sClassName = 'oxcountry' [protected] |