[ 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$ |
File Size: | 137 lines (4 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 7 files include/Zend/Gdata/Analytics/AccountEntry.php include/Zend/Gdata/Analytics/DataFeed.php include/Zend/Gdata/Analytics/AccountFeed.php include/Zend/Gdata/Analytics/AccountQuery.php include/Zend/Gdata/Analytics/DataEntry.php include/Zend/Gdata.php include/Zend/Gdata/Analytics/DataQuery.php |
Zend_Gdata_Analytics:: (5 methods):
__construct()
getAccountFeed()
getDataFeed()
newDataQuery()
newAccountQuery()
Class: Zend_Gdata_Analytics - X-Ref
__construct($client = null, $applicationId = 'MyCompany-MyApp-1.0') X-Ref |
Create Gdata object param: Zend_Http_Client $client param: string $applicationId The identity of the app in the form of |
getAccountFeed($uri = self::ANALYTICS_ACCOUNT_FEED_URI) X-Ref |
Retrieve account feed object param: string|Zend_Uri_Uri $uri return: Zend_Gdata_Analytics_AccountFeed |
getDataFeed($uri = self::ANALYTICS_FEED_URI) X-Ref |
Retrieve data feed object param: string|Zend_Uri_Uri $uri return: Zend_Gdata_Analytics_DataFeed |
newDataQuery() X-Ref |
Returns a new DataQuery object. return: Zend_Gdata_Analytics_DataQuery |
newAccountQuery() X-Ref |
Returns a new AccountQuery object. return: Zend_Gdata_Analytics_AccountQuery |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |