Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

ConfigPetition Class Reference

List of all members.

Public Member Functions

 ConfigPetition ()
 SetUser ($idU)
 SetGroup ($idG)
 SetModule ($idM)
 GetUser ()
 GetGroup ()
 GetModule ()

Public Attributes

 $isModule
 Indicates if the petition is for either a module or the system.

 $isGroup
 Indicates if the petition is for either a group or the system.

 $isUser
 Indicates if the petition is for either an user or the system.

 $idM
 The id of the module.

 $idG
 The id of the group.

 $idU
 The id of the user.


Detailed Description

Class that encapsulates a petition to a config storage.

Definition at line 10 of file ConfigPetition.class.php.


Constructor & Destructor Documentation

ConfigPetition::ConfigPetition  ) 
 

Constructor that initializes the petition setting it to make it to the system

Definition at line 22 of file ConfigPetition.class.php.


Member Function Documentation

ConfigPetition::GetGroup  ) 
 

Gets the group or null if the petition is for the system.

Returns:
The id of the group or null

Definition at line 75 of file ConfigPetition.class.php.

ConfigPetition::GetModule  ) 
 

Gets the module or null if the petition is for the system.

Returns:
The id of the module or null

Definition at line 87 of file ConfigPetition.class.php.

ConfigPetition::GetUser  ) 
 

Gets the user or null if the petition is for the system.

Returns:
The id of the user or null

Definition at line 63 of file ConfigPetition.class.php.

ConfigPetition::SetGroup idG  ) 
 

Sets the group.

Parameters:
idG The id of the group.

Definition at line 43 of file ConfigPetition.class.php.

References $idG.

ConfigPetition::SetModule idM  ) 
 

Sets the module.

Parameters:
idM The id of the module.

Definition at line 53 of file ConfigPetition.class.php.

References $idM.

ConfigPetition::SetUser idU  ) 
 

Sets the user.

Parameters:
idU The id of the user.

Definition at line 33 of file ConfigPetition.class.php.

References $idU.


Member Data Documentation

ConfigPetition::$idG
 

The id of the group.

Definition at line 16 of file ConfigPetition.class.php.

Referenced by SetGroup().

ConfigPetition::$idM
 

The id of the module.

Definition at line 15 of file ConfigPetition.class.php.

Referenced by SetModule().

ConfigPetition::$idU
 

The id of the user.

Definition at line 17 of file ConfigPetition.class.php.

Referenced by SetUser().

ConfigPetition::$isGroup
 

Indicates if the petition is for either a group or the system.

Definition at line 13 of file ConfigPetition.class.php.

ConfigPetition::$isModule
 

Indicates if the petition is for either a module or the system.

Definition at line 12 of file ConfigPetition.class.php.

ConfigPetition::$isUser
 

Indicates if the petition is for either an user or the system.

Definition at line 14 of file ConfigPetition.class.php.


The documentation for this class was generated from the following file:
Generated on Wed Nov 19 20:29:36 2003 for James by doxygen 1.3.4