Class Usergroup1_11

Description
Variable Summary
integer $ID
integer[] $Permissions
string $Usergroup
Method Summary
Usergroup1_11 __construct ([ $ID_or_Row = 0])
boolean dbDelete ()
boolean dbLoad ()
boolean dbLoadPermissions ()
boolean dbSetPermissions (integer $ModuleID, integer $Permissions)
boolean dbStore ()
boolean dbUnsetPermissions (integer $ModuleID)
unknown toString ()
string __toString ()
Variables
integer $DefaultPermissions = 0 (line 474)
  • access: public
integer $ID = 0 (line 464)
  • access: public
integer[] $Permissions = array() (line 481)
  • access: public
string $Usergroup = NULL (line 469)
  • access: public
Methods
Constructor __construct (line 4)
  • access: public
Usergroup1_11 __construct ( $ID_or_Row)
  • $ID_or_Row
dbDelete (line 45)

Deletes Usergroup from the database

  • access: public
boolean dbDelete ()
dbLoad (line 111)

Loads Usergroup from the database

  • access: public
boolean dbLoad ()
dbLoadPermissions (line 163)

Loads Usergroup Permissions from the database

  • access: public
boolean dbLoadPermissions ()
dbSetPermissions (line 202)

Sets Usergroup Permissions in database for a particular module

  • access: public
boolean dbSetPermissions (integer $ModuleID, integer $Permissions)
  • integer $ModuleID
  • integer $Permissions
dbStore (line 279)

Stores Usergroup to the database

  • access: public
boolean dbStore ()
dbUnsetPermissions (line 381)

Unsets Usergroup Permissions for a particular module

  • access: public
boolean dbUnsetPermissions (integer $ModuleID)
  • integer $ModuleID
toString (line 439)

Outputs Usergroup as a string

  • access: public
unknown toString ()
__toString (line 454)

Outputs Usergroup if Usergroup is cast to string

  • access: public
  • magic:
string __toString ()

Documentation generated on Wed, 05 Mar 2008 16:47:37 -0600 by phpDocumentor 1.3.1