Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_Request_BaseUserService_ChangeQuotaPool Class Reference

Public Member Functions

 __construct ($moduleId=null, $quotaMax=0)
 setModuleId ($moduleId=null)
 getModuleId ()
 setQuotaMax ($quotaMax=0)
 getQuotaMax ()

Data Fields

 $moduleId = null
 $quotaMax = 0

Detailed Description

Definition at line 31 of file ChangeQuotaPool.php.


Constructor & Destructor Documentation

__construct ( moduleId = null,
quotaMax = 0 
)

constructor give them the module id

Parameters:
string$moduleId
integer$quotaMax
Returns:
Zend_Service_Developergarde_Request_ChangeQuotaPool

Definition at line 54 of file ChangeQuotaPool.php.

Here is the call graph for this function:


Member Function Documentation

returns the moduleId

Returns:
string

Definition at line 77 of file ChangeQuotaPool.php.

Here is the caller graph for this function:

returns the quotaMax value

Returns:
integer

Definition at line 99 of file ChangeQuotaPool.php.

setModuleId ( moduleId = null)

sets a new moduleId

Parameters:
integer$moduleId
Returns:
Zend_Service_Developergarde_Request_ChangeQuotaPool

Definition at line 66 of file ChangeQuotaPool.php.

Here is the caller graph for this function:

setQuotaMax ( quotaMax = 0)

sets new QuotaMax value

Parameters:
integer$quotaMax
Returns:
Zend_Service_Developergarde_Request_ChangeQuotaPool

Definition at line 88 of file ChangeQuotaPool.php.


Field Documentation

$moduleId = null

Definition at line 38 of file ChangeQuotaPool.php.

$quotaMax = 0

Definition at line 45 of file ChangeQuotaPool.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations