| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id: Query.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 123 lines (4 kb) |
| Included or required: | 8 times |
| Referenced: | 0 times |
| Includes or requires: | 3 files include/Zend/Gdata/App/InvalidArgumentException.php include/Zend/Gdata/Gapps.php include/Zend/Gdata/Query.php |
| __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:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |