Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_Gapps_Query Class Reference
Inheritance diagram for Zend_Gdata_Gapps_Query:
Collaboration diagram for Zend_Gdata_Gapps_Query:

Public Member Functions

 __construct ($domain=null)
 setDomain ($value)
 getDomain ()
 getBaseUrl ($domain=null)

Protected Attributes

 $_domain = null

Detailed Description

Definition at line 47 of file Query.php.


Constructor & Destructor Documentation

__construct ( domain = null)

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

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.

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.

Here is the caller graph for this function:

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.

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.

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.

Parameters:
string$valueThe domain to be used for this session.

Definition at line 80 of file Query.php.


Field Documentation

$_domain = null [protected]

Definition at line 55 of file Query.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations