WBobject | --WBcompany
Created on 22 jun 09
Changes: 1.3 -> 1.4: 15 jul 09 updated: file is PEAR compatible 1.2 -> 1.3: 03 jul 09 added: $this->sIDrowname, $this->aObjects 1.1 -> 1.2: 29 jun 09 added: isSupplierWBcompany() function 1.0 -> 1.1: 25 jun 09 added: getWBcompany() function
[line 73]
[line 40]
[line 68]
[line 45]
[line 51]
[line 62]
If value is equal to 1, company is a supplier.
[line 56]
object created createWBcompany( string $this->wbCompanyName, string $this->wbCompanyISsupplier)
This function is used to create a WBcompany object Result is stored in $this and object is returned
bool deleteWBcompany( int $this->wbCompanyID)
This function is used to delete a WBcompany by its ID Result is returned
object WBcompany getWBcompany( int $this->wbCompanyID)
This function is used to get a WBcompany by its ID Result is returned
object WBcompany isSupplierWBcompany( int $this->wbCompanyISsupplier)
object updated updateWBcompany( int $this->wbCompanyID, string $this->wbCompanyName, int $this->wbCompanyISsupplier)
This function is used to update a WBcompany Result is stored in $this and object is returned