Group()
deleteGroupProperty()
getField()
getGroupProperties()
getGroupProperty()
insert()
loadGroupByGroupID()
loadGroupByGroupname()
setField()
setGroupProperty()
store()
$db
$modifiedValues
$table
$values
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)
stringSpecifies the type (class, category etc) for the property to retrieve
stringSpecifies the name of the property to retrieve
getField(string $field) : mixed
stringSpecifies the field to retrieve
mixedValue of the fieldgetGroupProperties() : array
arrayReturns assoziative properties array as follows: - $arr[idgroupprop][name] - $arr[idgroupprop][type] - $arr[idgroupprop][value]getGroupProperty(string $type, string $name) : string
stringSpecifies the type (class, category etc) for the property to retrieve
stringSpecifies the name of the property to retrieve
stringThe value of the retrieved propertyinsert() : bool
boolloadGroupByGroupID($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)
stringSpecifies the type (class, category etc) for the property to retrieve
stringSpecifies the name of the property to retrieve
stringSpecifies the value to insert
store() : bool
bool$db : object
| access | private |
|---|
$modifiedValues : array
| access | private |
|---|
$table : string
| access | private |
|---|
$values : array
| access | private |
|---|