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 ()
string __toString ()
Variables
integer $DefaultPermissions = 0 (line 438)
  • access: public
integer $ID = 0 (line 428)
  • access: public
integer[] $Permissions = array() (line 445)
  • access: public
string $Usergroup = NULL (line 433)
  • 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 127)

Loads Usergroup Permissions from the database

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

Sets Usergroup Permissions in database for a particular module

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

Stores Usergroup to the database

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

Unsets Usergroup Permissions for a particular module

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

Outputs Usergroup as a string

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

Outputs Usergroup if Usergroup is cast to string

  • access: public
  • magic:
string __toString ()

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