WBobject | --WBproductItem
Created on 29 jun 09
Changes: 1.2 -> 1.3: 14 aug 09 updated: updateWBproductItem() function bug solved 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 82]
[line 40]
[line 77]
[line 45]
[line 56]
[line 61]
[line 51]
[line 66]
[line 71]
object created createWBproductItem( string $this->wbProductItemCode, string $this->wbProductItemDescription, object $this->wbProductItemModel)
This function is used to create a WBproductItem object Result is stored in $this and object is returned
bool deleteWBproductItem( int $this->wbProductItemID)
This function is used to delete a WBproductItem by its ID Result is returned
object WBproductItem getWBproductItem( int $this->wbProductItemID)
This function is used to get a WBproductItem by its ID Result is returned
object updated updateWBproductItem( int $this->wbProductItemID, string $this->wbProductItemCode, string $this->wbProductItemDescription, object $this->wbProductItemModel)
This function is used to update a WBproductItem Result is stored in $this and object is returned