|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($moduleId=null, $quotaMax=0) | |
| setModuleId ($moduleId=null) | |
| getModuleId () | |
| setQuotaMax ($quotaMax=0) | |
| getQuotaMax () | |
Data Fields | |
| $moduleId = null | |
| $quotaMax = 0 | |
Definition at line 31 of file ChangeQuotaPool.php.
| __construct | ( | $ | moduleId = null, |
| $ | quotaMax = 0 |
||
| ) |
constructor give them the module id
| string | $moduleId | |
| integer | $quotaMax |
Definition at line 54 of file ChangeQuotaPool.php.

| getModuleId | ( | ) |
returns the moduleId
Definition at line 77 of file ChangeQuotaPool.php.

| getQuotaMax | ( | ) |
| setModuleId | ( | $ | moduleId = null | ) |
sets a new moduleId
| integer | $moduleId |
Definition at line 66 of file ChangeQuotaPool.php.

| setQuotaMax | ( | $ | quotaMax = 0 | ) |
sets new QuotaMax value
| integer | $quotaMax |
Definition at line 88 of file ChangeQuotaPool.php.
| $moduleId = null |
Definition at line 38 of file ChangeQuotaPool.php.
| $quotaMax = 0 |
Definition at line 45 of file ChangeQuotaPool.php.