Zend Framework
1.12
|
Public Member Functions | |
__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 | |
$_domain = null | |
![]() | |
$_params = array() | |
$_defaultFeedUri = null | |
$_url = null | |
$_category = null | |
__construct | ( | $domain = null | ) |
Create a new instance.
string | $domain | (optional) The Google Apps-hosted domain to use when constructing query URIs. |
getBaseUrl | ( | $domain = null | ) |
Returns the base URL used to access the Google Apps service, based on the current domain.
The current domain can be temporarily overridden by providing a fully qualified domain as $domain.
string | $domain | (optional) A fully-qualified domain to use instead of the default domain for this service instance. |
getDomain | ( | ) |
Get domain for this service instance.
This should be a fully qualified domain, such as 'foo.example.com'. If no domain is set, null will be returned.
setDomain | ( | $value | ) |
Set domain for this service instance.
This should be a fully qualified domain, such as 'foo.example.com'.
This value is used when calculating URLs for retrieving and posting entries. If no value is specified, a URL will have to be manually constructed prior to using any methods which interact with the Google Apps provisioning service.
string | $value | The domain to be used for this session. |
|
protected |