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)
string
The table to use as information source
deleteGroupProperty(string $type, string $name)
string
Specifies the type (class, category etc) for the property to retrieve
string
Specifies the name of the property to retrieve
getField(string $field) : mixed
string
Specifies the field to retrieve
mixed
Value of the fieldgetGroupProperties() : array
array
Returns assoziative properties array as follows: - $arr[idgroupprop][name] - $arr[idgroupprop][type] - $arr[idgroupprop][value]getGroupProperty(string $type, string $name) : string
string
Specifies the type (class, category etc) for the property to retrieve
string
Specifies the name of the property to retrieve
string
The value of the retrieved propertyinsert() : bool
bool
loadGroupByGroupID($groupID) : bool
bool
True if the load was successfulloadGroupByGroupname(string $groupname) : bool
string
Specifies the groupname
bool
True if the load was successfulsetField(string $field, string $value)
string
Specifies the field to set
string
Specifies the value to set
setGroupProperty(string $type, string $name, string $value)
string
Specifies the type (class, category etc) for the property to retrieve
string
Specifies the name of the property to retrieve
string
Specifies the value to insert
store() : bool
bool
$db : object
access | private |
---|
$modifiedValues : array
access | private |
---|
$table : string
access | private |
---|
$values : array
access | private |
---|