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
type Specifies the type (class, category etc) for the property to retrieve
string
name Specifies the name of the property to retrieve
getField(string $field) : mixed
string
Specifies the field to retrieve
mixed
Value of the fieldgetGroupProperties()
getGroupProperty(string $type, string $name) : string
string
type Specifies the type (class, category etc) for the property to retrieve
string
name Specifies the name of the property to retrieve
string
The value of the retrieved propertyloadGroupByGroupID($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
type Specifies the type (class, category etc) for the property to retrieve
string
name Specifies the name of the property to retrieve
string
value Specifies the value to insert
store()
$db : object
access | private |
---|
$modifiedValues : array
access | private |
---|
$table : string
access | private |
---|
$values : array
access | private |
---|