Public Member Functions | |
| hasProperty ($p) | |
| overridden by woc, returns true if the property exists | |
| newKey () | |
| generate a new primary key value for insert and marks the object as not yet in the DB; the default sets the primary key to NULL if it is a sequence; call the original first if you overwrite it | |
Static Public Member Functions | |
| static | getFromDB ($auditid) |
| static | newRow (array $data=array()) |
| static | selectFromDB ($where="", $orderby="") |
Protected Member Functions | |
| __construct (array $data, $isfromdb) | |
| WTvoucher_audit::__construct | ( | array $ | data, | |
| $ | isfromdb | |||
| ) | [protected] |
| static WTvoucher_audit::getFromDB | ( | $ | auditid | ) | [static] |
References $db.
| WTvoucher_audit::hasProperty | ( | $ | c | ) |
overridden by woc, returns true if the property exists
Reimplemented from WobTable.
| WTvoucher_audit::newKey | ( | ) |
generate a new primary key value for insert and marks the object as not yet in the DB; the default sets the primary key to NULL if it is a sequence; call the original first if you overwrite it
Reimplemented from WobTable.
References Session::currentUserName(), WobTransactionBase::getExecutingName(), and WOVoucher::getTransactionComment().
| static WTvoucher_audit::newRow | ( | array $ | data = array() |
) | [static] |
References WobTable::$data.
| static WTvoucher_audit::selectFromDB | ( | $ | where = "", |
|
| $ | orderby = "" | |||
| ) | [static] |
References $db.
Referenced by WOOrder::getOrderAuditTransaction(), WOOrder::getUserAuditTransaction(), and WOVoucher::GetVoucherAuditTransaction().
1.7.1