WBobject | --WBreport
Created on 30 jun 09
Changes: 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 75]
[line 38]
[line 70]
[line 43]
[line 59]
[line 64]
[line 49]
[line 54]
object created createWBreport( string $this->wbReportName, object $this->wbReportFamily)
This function is used to create a WBreport object Result is stored in $this and object is returned
bool deleteWBreport( int $this->wbReportID)
This function is used to delete a WBreport by its ID Result is returned
object WBreport getWBreport( int $this->wbReportID)
This function is used to get a WBreport by its ID Result is returned
object updated updateWBreport( int $this->wbReportID, string $this->wbReportName, object $this->wbReportFamily)
This function is used to update a WBreport Result is stored in $this and object is returned