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. |
Definition at line 10 of file ConfigPetition.class.php.
|
Constructor that initializes the petition setting it to make it to the system Definition at line 22 of file ConfigPetition.class.php. |
|
Gets the group or null if the petition is for the system.
Definition at line 75 of file ConfigPetition.class.php. |
|
Gets the module or null if the petition is for the system.
Definition at line 87 of file ConfigPetition.class.php. |
|
Gets the user or null if the petition is for the system.
Definition at line 63 of file ConfigPetition.class.php. |
|
Sets the group.
Definition at line 43 of file ConfigPetition.class.php. References $idG. |
|
Sets the module.
Definition at line 53 of file ConfigPetition.class.php. References $idM. |
|
Sets the user.
Definition at line 33 of file ConfigPetition.class.php. References $idU. |
|
The id of the group.
Definition at line 16 of file ConfigPetition.class.php. Referenced by SetGroup(). |
|
The id of the module.
Definition at line 15 of file ConfigPetition.class.php. Referenced by SetModule(). |
|
The id of the user.
Definition at line 17 of file ConfigPetition.class.php. Referenced by SetUser(). |
|
Indicates if the petition is for either a group or the system.
Definition at line 13 of file ConfigPetition.class.php. |
|
Indicates if the petition is for either a module or the system.
Definition at line 12 of file ConfigPetition.class.php. |
|
Indicates if the petition is for either an user or the system.
Definition at line 14 of file ConfigPetition.class.php. |