WBobject | --WBcountry
Created on 22 jun 09
Changes: 1.2 -> 1.3: 17 aug 09 updated: createWBcountryISO() and updateWBcountryISO() functions bugs on Strings::stringHasNumbers() solved 1.1 -> 1.2: 15 jul 09 updated: file is PEAR compatible 1.0 -> 1.1: 30 jun 09 added: getWBcountry() function
[line 82]
[line 42]
[line 77]
[line 47]
[line 53]
[line 58]
[line 63]
[line 68]
object created createWBcountryISO( string $this->wbCountryISO2, string $this->wbCountryISO3, string $this->wbCountryISOname)
This function is used to create a WBcountryISO Result is stored in $this and object is returned
bool deleteWBcountryISO( int $this->wbCountryID)
This function is used to delete a WBcountryISO Result is returned
object WBcountry getWBcountry( int $this->wbCountryID)
This function is used to get a WBcountry by its ID Result is returned
object updated updateWBcountryISO( int $this->wbCountryID, string $this->wbCountryISO2, string $this->wbCountryISO3, string $this->wbCountryISOname)
This function is used to update a WBcountryISO Result is stored in $this and object is returned