Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

__construct(
\Zend_Http_Client $client
=
null, string $applicationId
=
'MyCompany-MyApp-1.0'
)
:
voidCreate Gdata object
| Name | Type | Description |
|---|---|---|
| $client | \Zend_Http_Client | |
| $applicationId | string | The identity of the app in the form of Company-AppName-Version |

getAccountFeed(
string|\Zend_Uri_Uri $uri
=
self::ANALYTICS_ACCOUNT_FEED_URI
)
:
\Zend_Gdata_Analytics_AccountFeedRetrieve account feed object
| Name | Type | Description |
|---|---|---|
| $uri | string|\Zend_Uri_Uri |
| Type | Description |
|---|---|
| \Zend_Gdata_Analytics_AccountFeed |

getDataFeed(
string|\Zend_Uri_Uri $uri
=
self::ANALYTICS_FEED_URI
)
:
\Zend_Gdata_Analytics_DataFeedRetrieve data feed object
| Name | Type | Description |
|---|---|---|
| $uri | string|\Zend_Uri_Uri |
| Type | Description |
|---|---|
| \Zend_Gdata_Analytics_DataFeed |

newAccountQuery(
)
:
\Zend_Gdata_Analytics_AccountQueryReturns a new AccountQuery object.
| Type | Description |
|---|---|
| \Zend_Gdata_Analytics_AccountQuery |

newDataQuery(
)
:
\Zend_Gdata_Analytics_DataQueryReturns a new DataQuery object.
| Type | Description |
|---|---|
| \Zend_Gdata_Analytics_DataQuery |