Combu Server
3.1.1
PHP API Documentation
|
Public Member Functions | |
__construct ($src=null, $stripSlashes=false) | |
Exists () | |
Save () | |
Delete () | |
GetMembers () | |
GetMembersAccount () | |
ToArray () | |
Public Member Functions inherited from DataClass | |
Save () | |
Delete () | |
ToJson () | |
ToArray () | |
Static Public Member Functions | |
static | Load ($name=NULL, $idOwner=0, $idAccount=0, $limit=null, $offset=null, &$count=null, $returnArray=false) |
Static Public Member Functions inherited from DataClass | |
static | GetTableName ($class) |
static | LoadRecords ($query, $returnedClass="") |
static | CountRecords ($tableName, $filter=null) |
static | TruncateTable ($tableName) |
static | TruncateClass ($class) |
Data Fields | |
const | TABLE_NAME = "UserGroup" |
$Id = 0 | |
$Name = "" | |
$IdOwner = 0 | |
$Public = 0 | |
$CustomData = "" | |
Additional Inherited Members | |
Protected Member Functions inherited from DataClass | |
_loadFilter ($tableName, $filter) | |
_loadByRow ($row, $stripSlashes=false, $callbackOnExists=false) | |
_Delete ($tableName, $filter=null) | |
Static Protected Member Functions inherited from DataClass | |
static | _count ($tableName, $filter=null) |
static | _load ($tableName, $returnedClass="", $where="", $order=null, $limit=null, $offset=null, &$count=null) |
static | _loadEx ($select, $from, $returnedClass="", $where="", $order=null, $limit=null, $offset=null, &$count=null, $debug=false) |
static | _loadQuery ($query, $returnedClass="") |
Class to handle User Groups
Definition at line 10 of file UserGroup.php.
__construct | ( | $src = null , |
|
$stripSlashes = false |
|||
) |
Contructor
Definition at line 23 of file UserGroup.php.
Delete | ( | ) |
Delete the record from the database
Definition at line 117 of file UserGroup.php.
Exists | ( | ) |
Check if the current Name already exists
Definition at line 41 of file UserGroup.php.
GetMembers | ( | ) |
Get the members of this group
Definition at line 134 of file UserGroup.php.
GetMembersAccount | ( | ) |
Get the members account of this group
Definition at line 146 of file UserGroup.php.
|
static |
Get the registered groups
int | $idAccount | Filter membership of an account |
int | $limit | Max number of results (for paged results) |
int | $offset | Offset number of results (for paged results) |
int | $count | Will be set to the total count of results |
boolean | $returnArray | If TRUE then it will return associative arrays else objects Database $Database |
Definition at line 63 of file UserGroup.php.
Save | ( | ) |
Save the record in the database
Definition at line 87 of file UserGroup.php.
ToArray | ( | ) |
Get the array representation of this object
Definition at line 161 of file UserGroup.php.
$CustomData = "" |
Definition at line 18 of file UserGroup.php.
$Id = 0 |
Definition at line 14 of file UserGroup.php.
$IdOwner = 0 |
Definition at line 16 of file UserGroup.php.
$Name = "" |
Definition at line 15 of file UserGroup.php.
$Public = 0 |
Definition at line 17 of file UserGroup.php.
const TABLE_NAME = "UserGroup" |
Definition at line 12 of file UserGroup.php.