Zend Framework
1.12
|
Public Member Functions | |
__construct ($domain=null, $nickname=null, $username=null, $startNickname=null) | |
Create a new instance. | |
setNickname ($value) | |
Set the nickname to query for. | |
getNickname () | |
Get the nickname to query for. | |
setUsername ($value) | |
Set the username to query for. | |
getUsername () | |
Get the username to query for. | |
setStartNickname ($value) | |
Set the first nickname which should be displayed when retrieving a list of nicknames. | |
getStartNickname () | |
Get the first nickname which should be displayed when retrieving a list of nicknames. | |
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 | |
$_nickname = null | |
![]() | |
$_domain = null | |
![]() | |
$_params = array() | |
$_defaultFeedUri = null | |
$_url = null | |
$_category = null | |
__construct | ( | $domain = null , |
|
$nickname = null , |
|||
$username = null , |
|||
$startNickname = null |
|||
) |
Create a new instance.
string | $domain | (optional) The Google Apps-hosted domain to use when constructing query URIs. |
string | $nickname | (optional) Value for the nickname property. |
string | $username | (optional) Value for the username property. |
string | $startNickname | (optional) Value for the startNickname property. |
getNickname | ( | ) |
Get the nickname to query for.
If no nickname is set, null will be returned.
getQueryUrl | ( | ) |
Returns the URL generated for this query, based on it's current parameters.
getStartNickname | ( | ) |
Get the first nickname which should be displayed when retrieving a list of nicknames.
getUsername | ( | ) |
Get the username to query for.
If no username is set, null will be returned.
setNickname | ( | $value | ) |
Set the nickname to query for.
When set, only users with a nickname matching this value will be returned in search results. Set to null to disable filtering by username.
string | $value | The nickname to filter search results by, or null to disable. |
setStartNickname | ( | $value | ) |
Set the first nickname which should be displayed when retrieving a list of nicknames.
string | $value | The first nickname to be returned, or null to disable. |
setUsername | ( | $value | ) |
Set the username to query for.
When set, only users with a username matching this value will be returned in search results. Set to null to disable filtering by username.
string | $value | The username to filter search results by, or null to disable. |
|
protected |