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

Public Member Functions

 __construct ($url=null)
 Create Gdata_Query object.
 
- 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 HEALTH_PROFILE_FEED_URI
 URI of a user's profile feed.
 
const HEALTH_REGISTER_FEED_URI
 URI of register (notices) feed.
 
const ITEM_CATEGORY_NS = 'http://schemas.google.com/health/item'
 Namespace for an item category.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Gdata_Query
 $_params = array()
 
 $_defaultFeedUri = null
 
 $_url = null
 
 $_category = null
 

Constructor & Destructor Documentation

__construct (   $url = null)

Create Gdata_Query object.

Member Data Documentation

const HEALTH_PROFILE_FEED_URI
Initial value:
=
'https://www.google.com/health/feeds/profile/default'

URI of a user's profile feed.

const HEALTH_REGISTER_FEED_URI
Initial value:
=
'https://www.google.com/health/feeds/register/default'

URI of register (notices) feed.

const ITEM_CATEGORY_NS = 'http://schemas.google.com/health/item'

Namespace for an item category.