WBobject | --WBcurrency
Created on 25 jun 09
Changes: 1.1 -> 1.2: 15 jul 09 updated: file is PEAR compatible 1.0 -> 1.1: 03 jul 09 added: $this->sIDrowname, $this->aObjects
[line 69]
[line 37]
[line 64]
[line 42]
[line 48]
[line 53]
[line 58]
object created createWBcurrency( string $this->wbCurrencyISO3, string $this->wbCurrencyName)
This function is used to create a WBcurrency object Result is stored in $this and object is returned
bool deleteWBcurrency( int $this->wbCurrencyID)
This function is used to delete a WBcurrency by its ID Result is returned
object WBcurrency getWBcurrency( int $this->wbCurrencyID)
This function is used to get a WBcurrency by its ID Result is returned
object updated updateWBcurrency( int $this->wbCurrencyID, string $this->wbCurrencyISO3, string $this->wbCurrencyName)
This function is used to update a WBcurrency Result is stored in $this and object is returned