WBobject | --WBapplication
Created on 23 jun 09
Changes: 1.2 -> 1.3: 15 jul 09 updated: file is PEAR compatible 1.1 -> 1.2: 03 jul 09 added: $this->sIDrowname, $this->aObjects 1.0 -> 1.1: 24 jun 09 added: getWBapplication() function
[line 66]
[line 39]
[line 61]
[line 44]
[line 50]
[line 55]
object created createWBapplication( string $this->wbApplicationName)
This function is used to create a WBapplication object Result is stored in $this and object is returned
bool deleteWBapplication( int $this->wbApplicationID)
This function is used to delete a WBapplication by its ID Result is returned
object WBapplication getWBapplication( int $this->wbApplicationID)
This function is used to get a WBapplication by its ID Result is returned
object updated updateWBapplication( int $this->wbApplicationID, string $this->wbApplicationName)
This function is used to update a WBapplication Result is stored in $this and object is returned