Detailed Description
Definition at line 47 of file Query.php.
Constructor & Destructor Documentation
Create a new instance.
- Parameters:
-
| string | $domain | (optional) The Google Apps-hosted domain to use when constructing query URIs. |
Reimplemented from Zend_Gdata_Query.
Definition at line 63 of file Query.php.
Member Function Documentation
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.
- See also:
- setDomain
- Parameters:
-
| string | $domain | (optional) A fully-qualified domain to use instead of the default domain for this service instance. |
Definition at line 108 of file Query.php.
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.
- See also:
- setDomain
- Returns:
- string The domain to be used for this session, or null if not set.
Definition at line 94 of file Query.php.
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.
- Parameters:
-
| string | $value | The domain to be used for this session. |
Definition at line 80 of file Query.php.
Field Documentation
$_domain = null [protected] |
The documentation for this class was generated from the following file:
- C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/Gapps/Query.php