WBobject | --WBregion
Created on 01 jul 09
Changes: 1.2 -> 1.3: 13 aug 09 updated: updateWBregion() function critical bug solved createWBregion() function critical bug solved 1.1 -> 1.2: 14 jul 09 updated: file is PEAR compatible 1.0 -> 1.1: 02 jul 09 added: $this->sIDrowname, $this->aObjects
[line 78]
[line 41]
[line 73]
[line 46]
[line 52]
[line 57]
[line 62]
[line 67]
object created createWBregion( string $this->wbRegionName, object $this->wbRegionSubZone)
This function is used to create a WBregion object Result is stored in $this and object is returned
bool deleteWBregion( int $this->wbRegionID)
This function is used to delete a WBregion by its ID Result is returned
object WBregion getWBregion( int $this->wbRegionID)
This function is used to get a WBregion by its ID Result is returned
object updated updateWBregion( int $this->wbRegionID, string $this->wbRegionName, object $this->wbRegionSubZone)
This function is used to update a WBregion Result is stored in $this and object is returned