WBobject | --SOtype
Created on 08 jul 09
Changes: 1.0 -> 1.1: 09 jul 09 updated: file is PEAR compatible
[line 70]
[line 37]
[line 65]
[line 53]
[line 58]
[line 48]
[line 42]
object created createSOtype( string $this->soTypeCode, string $this->soTypeDescription)
This function is used to create a SOtype object Result is stored in $this and object is returned
bool deleteSOtype( int $this->soTypeID)
This function is used to delete a SOtype by its ID Result is returned
object SOtype getSOtype( int $this->soTypeID)
This function is used to get a SOtype by its ID Result is returned
object updated updateSOtype( int $this->soTypeID, string $this->soTypeCode, string $this->soTypeDescription)
This function is used to update a SOtype Result is stored in $this and object is returned