|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($domain=null, $emailListName=null, $startRecipient=null) | |
| setEmailListName ($value) | |
| getEmailListName () | |
| setStartRecipient ($value) | |
| getStartRecipient () | |
| getQueryUrl () | |
Protected Attributes | |
| $_emailListName = null | |
Definition at line 43 of file EmailListRecipientQuery.php.
| __construct | ( | $ | domain = null, |
| $ | emailListName = null, |
||
| $ | startRecipient = null |
||
| ) |
Create a new instance.
| string | $domain | (optional) The Google Apps-hosted domain to use when constructing query URIs. |
| string | $emailListName | (optional) Value for the emailListName property. |
| string | $startRecipient | (optional) Value for the startRecipient property. |
Definition at line 64 of file EmailListRecipientQuery.php.

| getEmailListName | ( | ) |
Get the email list name to query for. If no name is set, null will be returned.
| string | $value | The email list name to filter search results by, or null if disabled. |
Definition at line 92 of file EmailListRecipientQuery.php.
| getQueryUrl | ( | ) |
Returns the URL generated for this query, based on it's current parameters.
| Zend_Gdata_App_InvalidArgumentException |
Reimplemented from Zend_Gdata_Query.
Definition at line 136 of file EmailListRecipientQuery.php.

Get the first recipient which should be displayed when retrieving a list of email list recipients.
Definition at line 120 of file EmailListRecipientQuery.php.
| setEmailListName | ( | $ | value | ) |
Set the email list name to query for. When set, only lists with a name matching this value will be returned in search results. Set to null to disable filtering by list name.
| string | $value | The email list name to filter search results by, or null to disable. |
Definition at line 80 of file EmailListRecipientQuery.php.

| setStartRecipient | ( | $ | value | ) |
Set the first recipient which should be displayed when retrieving a list of email list recipients.
| string | $value | The first recipient to be returned, or null to disable. |
Definition at line 104 of file EmailListRecipientQuery.php.

$_emailListName = null [protected] |
Definition at line 52 of file EmailListRecipientQuery.php.