Zend Framework
1.12
|
Public Member Functions | |
setAccountId ($accountId) | |
getAccountId () | |
setWebpropertyId ($webpropertyId) | |
getWebpropertyId () | |
setProfileId ($profileId) | |
getProfileId () | |
webproperties ($accountId= '~all') | |
profiles ($webpropertyId= '~all', $accountId= '~all') | |
goals ($profileId= '~all', $webpropertyId= '~all', $accountId= '~all') | |
getQueryUrl () | |
![]() | |
__construct ($url=null) | |
Create Gdata_Query object. | |
getQueryString () | |
resetParameters () | |
getQueryUrl () | |
setParam ($name, $value) | |
getParam ($name) | |
setAlt ($value) | |
setMaxResults ($value) | |
setQuery ($value) | |
setStartIndex ($value) | |
setUpdatedMax ($value) | |
setUpdatedMin ($value) | |
setPublishedMax ($value) | |
setPublishedMin ($value) | |
setAuthor ($value) | |
getAlt () | |
getMaxResults () | |
getQuery () | |
getStartIndex () | |
getUpdatedMax () | |
getUpdatedMin () | |
getPublishedMax () | |
getPublishedMin () | |
getAuthor () | |
setCategory ($value) | |
getCategory () | |
__get ($name) | |
__set ($name, $val) | |
Public Attributes | |
const | ANALYTICS_FEED_URI = 'https://www.googleapis.com/analytics/v2.4/management/accounts' |
Protected Attributes | |
$_defaultFeedUri = self::ANALYTICS_FEED_URI | |
The default URI used for feeds. | |
$_accountId = '~all' | |
$_webpropertyId = '~all' | |
$_profileId = '~all' | |
$_webproperties = false | |
$_profiles = false | |
$_goals = false | |
![]() | |
$_params = array() | |
$_defaultFeedUri = null | |
$_url = null | |
$_category = null | |
getAccountId | ( | ) |
getProfileId | ( | ) |
getQueryUrl | ( | ) |
getWebpropertyId | ( | ) |
goals | ( | $profileId = '~all' , |
|
$webpropertyId = '~all' , |
|||
$accountId = '~all' |
|||
) |
string | $webpropertyId | |
string | $accountId | |
string | $accountId |
profiles | ( | $webpropertyId = '~all' , |
|
$accountId = '~all' |
|||
) |
string | $webpropertyId | |
string | $accountId |
setAccountId | ( | $accountId | ) |
string | $accountId |
setProfileId | ( | $profileId | ) |
string | $profileId |
setWebpropertyId | ( | $webpropertyId | ) |
string | $webpropertyId |
webproperties | ( | $accountId = '~all' | ) |
string | $accountId |
|
protected |
|
protected |
The default URI used for feeds.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
const ANALYTICS_FEED_URI = 'https://www.googleapis.com/analytics/v2.4/management/accounts' |