Definition at line 6 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 18 of file oxcountry.php.
oxCountry.isForeignCountry | ( | ) |
returns true if this country is a foreign country
Definition at line 29 of file oxcountry.php.
oxCountry.isInEU | ( | ) |
returns true if this country is marked as EU
Definition at line 39 of file oxcountry.php.
oxCountry.$_sClassName = 'oxcountry' [protected] |