Zend Framework  1.12
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Zend_Gdata_Analytics_AccountQuery Class Reference

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 ()
 
- Public Member Functions inherited from Zend_Gdata_Query
 __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
 
- Protected Attributes inherited from Zend_Gdata_Query
 $_params = array()
 
 $_defaultFeedUri = null
 
 $_url = null
 
 $_category = null
 

Member Function Documentation

getAccountId ( )
Returns
string
getProfileId ( )
Returns
string
getQueryUrl ( )
Returns
string url
getWebpropertyId ( )
Returns
string
goals (   $profileId = '~all',
  $webpropertyId = '~all',
  $accountId = '~all' 
)
Parameters
string$webpropertyId
string$accountId
string$accountId
Returns
Zend_Gdata_Analytics_AccountQuery
profiles (   $webpropertyId = '~all',
  $accountId = '~all' 
)
Parameters
string$webpropertyId
string$accountId
Returns
Zend_Gdata_Analytics_AccountQuery
setAccountId (   $accountId)
Parameters
string$accountId
Returns
Zend_Gdata_Analytics_AccountQuery
setProfileId (   $profileId)
Parameters
string$profileId
Returns
Zend_Gdata_Analytics_AccountQuery
setWebpropertyId (   $webpropertyId)
Parameters
string$webpropertyId
Returns
Zend_Gdata_Analytics_AccountQuery
webproperties (   $accountId = '~all')
Parameters
string$accountId
Returns
Zend_Gdata_Analytics_AccountQuery

Member Data Documentation

$_accountId = '~all'
protected
$_defaultFeedUri = self::ANALYTICS_FEED_URI
protected

The default URI used for feeds.

$_goals = false
protected
$_profileId = '~all'
protected
$_profiles = false
protected
$_webproperties = false
protected
$_webpropertyId = '~all'
protected
const ANALYTICS_FEED_URI = 'https://www.googleapis.com/analytics/v2.4/management/accounts'