[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 123 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__construct($domain = null) X-Ref |
Create a new instance. param: string $domain (optional) The Google Apps-hosted domain to use |
setDomain($value) X-Ref |
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. param: string $value The domain to be used for this session. |
getDomain() X-Ref |
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. return: string The domain to be used for this session, or null if not |
getBaseUrl($domain = null) X-Ref |
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. param: string $domain (optional) A fully-qualified domain to use |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |