Class Core_Usergroup

Description
  • abstract:

Located in /packages/core/lib/usergroup.inc.php (line 2)


	
			
Variable Summary
integer $ID
integer[] $Permissions
string $Usergroup
Method Summary
boolean dbDelete ()
boolean dbLoad ()
boolean dbLoadPermissions ()
boolean dbSetPermissions (integer $ModuleID, integer $Permissions)
boolean dbStore ()
boolean dbUnsetPermissions (integer $ModuleID)
unknown toString ()
Variables
integer $DefaultPermissions = 0 (line 395)
  • access: public
integer $ID = 0 (line 385)
  • access: public
integer[] $Permissions = array() (line 402)
  • access: public
string $Usergroup = NULL (line 390)
  • access: public
Methods
dbDelete (line 9)

Deletes Usergroup from the database

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

Loads Usergroup from the database

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

Loads Usergroup Permissions from the database

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

Sets Usergroup Permissions in database for a particular module

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

Stores Usergroup to the database

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

Unsets Usergroup Permissions for a particular module

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

Outputs Usergroup as a string

  • access: public
unknown toString ()

Documentation generated on Thu, 14 Aug 2008 20:23:38 -0500 by phpDocumentor 1.3.1