Zend Framework
1.12
|
Public Member Functions | |
__construct ($domain=null, $groupId=null, $memberId=null, $startMemberId=null) | |
Create a new instance. | |
setGroupId ($value) | |
Set the group id to query for. | |
getGroupId () | |
Get the group id to query for. | |
setMemberId ($value) | |
Set the member id to query for. | |
getMemberId () | |
Get the member id to query for. | |
setStartMemberId ($value) | |
Set the first member id which should be displayed when retrieving a list of members. | |
getStartMemberId () | |
Get the first username which should be displayed when retrieving a list of users. | |
getQueryUrl () | |
Returns the query URL generated by this query instance. | |
![]() | |
__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 | |
$_groupId = null | |
$_memberId = null | |
![]() | |
$_domain = null | |
![]() | |
$_params = array() | |
$_defaultFeedUri = null | |
$_url = null | |
$_category = null | |
__construct | ( | $domain = null , |
|
$groupId = null , |
|||
$memberId = null , |
|||
$startMemberId = null |
|||
) |
Create a new instance.
string | $domain | (optional) The Google Apps-hosted domain to use when constructing query URIs. |
string | $groupId | (optional) Value for the groupId property. |
string | $memberId | (optional) Value for the memberId property. |
string | $startMemberId | (optional) Value for the startMemberId property. |
getGroupId | ( | ) |
Get the group id to query for.
If no group id is set, null will be returned.
string | $value | The group id to filter search results by, or null if disabled. |
getMemberId | ( | ) |
Get the member id to query for.
If no member id is set, null will be returned.
string | $value | The member id to filter search results by, or null if disabled. |
getQueryUrl | ( | ) |
Returns the query URL generated by this query instance.
getStartMemberId | ( | ) |
Get the first username which should be displayed when retrieving a list of users.
setGroupId | ( | $value | ) |
Set the group id to query for.
string | $value | The group id to filter search results by, or null to disable. |
setMemberId | ( | $value | ) |
Set the member id to query for.
When set, only users with a member id matching this value will be returned in search results. Set to null to disable filtering by member id.
string | $value | The member id to filter search results by, or null to disable. |
setStartMemberId | ( | $value | ) |
Set the first member id which should be displayed when retrieving a list of members.
string | $value | The first member id to be returned, or null to disable. |
|
protected |
|
protected |