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 ($uname) |
static | newRow (array $data=array()) |
static | selectFromDB ($where="", $orderby="") |
Protected Member Functions | |
__construct (array $data, $isfromdb) |
WTuser::__construct | ( | array $ | data, | |
$ | isfromdb | |||
) | [protected] |
static WTuser::getFromDB | ( | $ | uname | ) | [static] |
References $db.
Referenced by MachineUser::changePasswd(), MachineUser::createUser(), MachineUser::deleteUser(), WOOrder::getUserAuditTransaction(), MachineUser::getUserHosts(), MachineUser::getUserRoles(), WTrGetUser::handleRequest(), MachineUser::setUserDescription(), MachineUser::setUserFlags(), MachineUser::setUserHosts(), and MachineUser::setUserRoles().
WTuser::hasProperty | ( | $ | c | ) |
overridden by woc, returns true if the property exists
Reimplemented from WobTable.
WTuser::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.
static WTuser::newRow | ( | array $ | data = array() |
) | [static] |
References WobTable::$data.
Referenced by MachineUser::createUser().
static WTuser::selectFromDB | ( | $ | where = "" , |
|
$ | orderby = "" | |||
) | [static] |
References $db.
Referenced by WTrGetAllUsers::handleRequest().