Zend Framework
1.12
|
Public Member Functions | |
__construct ($domain=null, $emailListName=null, $startRecipient=null) | |
Create a new instance. | |
setEmailListName ($value) | |
Set the email list name to query for. | |
getEmailListName () | |
Get the email list name to query for. | |
setStartRecipient ($value) | |
Set the first recipient which should be displayed when retrieving a list of email list recipients. | |
getStartRecipient () | |
Get the first recipient which should be displayed when retrieving a list of email list recipients. | |
getQueryUrl () | |
Returns the URL generated for this query, based on it's current parameters. | |
![]() | |
__construct ($domain=null) | |
Create a new instance. | |
setDomain ($value) | |
Set domain for this service instance. | |
getDomain () | |
Get domain for this service instance. | |
getBaseUrl ($domain=null) | |
Returns the base URL used to access the Google Apps service, based on the current domain. | |
![]() | |
__construct ($url=null) | |
Create Gdata_Query object. | |
getQueryString () | |
resetParameters () | |
getQueryUrl () | |
setParam ($name, $value) | |
getParam ($name) | |
setAlt ($value) | |
setMaxResults ($value) | |
setQuery ($value) | |
setStartIndex ($value) | |
setUpdatedMax ($value) | |
setUpdatedMin ($value) | |
setPublishedMax ($value) | |
setPublishedMin ($value) | |
setAuthor ($value) | |
getAlt () | |
getMaxResults () | |
getQuery () | |
getStartIndex () | |
getUpdatedMax () | |
getUpdatedMin () | |
getPublishedMax () | |
getPublishedMin () | |
getAuthor () | |
setCategory ($value) | |
getCategory () | |
__get ($name) | |
__set ($name, $val) | |
Protected Attributes | |
$_emailListName = null | |
![]() | |
$_domain = null | |
![]() | |
$_params = array() | |
$_defaultFeedUri = null | |
$_url = null | |
$_category = null | |
__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. |
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. |
getQueryUrl | ( | ) |
Returns the URL generated for this query, based on it's current parameters.
Zend_Gdata_App_InvalidArgumentException |
getStartRecipient | ( | ) |
Get the first recipient which should be displayed when retrieving a list of email list recipients.
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. |
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. |
|
protected |