WBobject | --WBuser
Created on 01 jul 09
Changes: 1.3 -> 1.4: 11 aug 09 updated: bug in createWBuser() and updateWBuser() functions on email validation solved 1.2 -> 1.3: 14 jul 09 updated: file is PEAR compatible 1.1 -> 1.2: 02 jul 09 added: $this->sIDrowname, $this->aObjects 1.0 -> 1.1: 24 jun 09 added: getWBuser() function
[line 87]
[line 40]
[line 82]
[line 45]
[line 71]
[line 51]
[line 66]
[line 61]
[line 56]
[line 76]
object created createWBuser( string $this->wbUserName, string $this->wbUserMiddlename, string $this->wbUserLastname, string $this->wbUseremail)
This function is used to create a WBuser object Result is stored in $this and object is returned
bool deleteWBuser( int $this->wbUserID)
This function is used to delete a WBuser by its ID Result is returned
object WBuser getWBuser( int $this->wbUserID)
This function is used to get a WBuser by its ID Result is returned
object updated updateWBuser( int $this->wbUserID, string $this->wbUserName, string $this->wbUserMiddlename, string $this->wbUserLastname, string $this->wbUseremail)
This function is used to update a WBuser Result is stored in $this and object is returned