Class Group Class for group information and management
| author | Timo A. Hummel <Timo.Hummel@4fb.de> |
|---|---|
| version | 1.0 |
| copyright | four for business 2003 |
Group(string $table)
stringThe table to use as information source
deleteGroupProperty(string $type, string $name)
stringtype Specifies the type (class, category etc) for the property to retrieve
stringname Specifies the name of the property to retrieve
getField(string $field) : mixed
stringSpecifies the field to retrieve
mixedValue of the fieldgetGroupProperties()
getGroupProperty(string $type, string $name) : string
stringtype Specifies the type (class, category etc) for the property to retrieve
stringname Specifies the name of the property to retrieve
stringThe value of the retrieved propertyloadGroupByGroupID($groupID) : bool
boolTrue if the load was successfulloadGroupByGroupname(string $groupname) : bool
stringSpecifies the groupname
boolTrue if the load was successfulsetField(string $field, string $value)
stringSpecifies the field to set
stringSpecifies the value to set
setGroupProperty(string $type, string $name, string $value)
stringtype Specifies the type (class, category etc) for the property to retrieve
stringname Specifies the name of the property to retrieve
stringvalue Specifies the value to insert
store()
$db : object
| access | private |
|---|
$modifiedValues : array
| access | private |
|---|
$table : string
| access | private |
|---|
$values : array
| access | private |
|---|