Gdata/Health/Query.php
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 [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Gdata
- Subpackage
- Health
- Version
- $Id: Query.php 24779 2012-05-08 19:13:59Z adamlundrigan $
\Zend_Gdata_Health_Query
Package: Zend\Gdata\Health
Assists in constructing queries for Google Health
Queries are not defined for APP, but are provided by Gdata services as an extension.
- Parent(s)
- \Zend_Gdata_Query
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Link
- http://code.google.com/apis/health
Constants
HEALTH_PROFILE_FEED_URI
= 'https://www.google.com/health/feeds/profile/default'URI of a user's profile feed.
HEALTH_REGISTER_FEED_URI
= 'https://www.google.com/health/feeds/register/default'URI of register (notices) feed.
Properties

string $_category = null
Default value
nullDetails- Type
- string
- Inherited_from
- \Zend_Gdata_Query::$$_category

string $_defaultFeedUri = null
Default value
nullDetails- Type
- string
- Inherited_from
- \Zend_Gdata_Query::$$_defaultFeedUri

array $_params = array()
Default value
array()Details- Type
- array
- Inherited_from
- \Zend_Gdata_Query::$$_params
Methods

__get( $name) : void
inherited
Inherited from:
\Zend_Gdata_Query::__get()
Parameters
| Name | Type | Description |
|---|---|---|
| $name |

__set( $name, $val) : void
inherited
Inherited from:
\Zend_Gdata_Query::__set()
Parameters
| Name | Type | Description |
|---|---|---|
| $name | ||
| $val |

getAlt() : string
inherited
Inherited from:
\Zend_Gdata_Query::getAlt()
Returns
| Type | Description |
|---|---|
| string | rss or atom |

getAuthor() : string
inherited
Inherited from:
\Zend_Gdata_Query::getAuthor()
Returns
| Type | Description |
|---|---|
| string | author |

getMaxResults() : int
inherited
Inherited from:
\Zend_Gdata_Query::getMaxResults()
Returns
| Type | Description |
|---|---|
| int | maxResults |

getParam(string $name) : void
inherited
Inherited from:
\Zend_Gdata_Query::getParam()
Parameters
| Name | Type | Description |
|---|---|---|
| $name | string |

getPublishedMax() : string
inherited
Inherited from:
\Zend_Gdata_Query::getPublishedMax()
Returns
| Type | Description |
|---|---|
| string | publishedMax |

getPublishedMin() : string
inherited
Inherited from:
\Zend_Gdata_Query::getPublishedMin()
Returns
| Type | Description |
|---|---|
| string | publishedMin |

getQuery() : string
inherited
Inherited from:
\Zend_Gdata_Query::getQuery()
Returns
| Type | Description |
|---|---|
| string | query |

getQueryString() : string
inherited
Inherited from:
\Zend_Gdata_Query::getQueryString()
Returns
| Type | Description |
|---|---|
| string | querystring |

getQueryUrl() : string
inherited
Inherited from:
\Zend_Gdata_Query::getQueryUrl()
Returns
| Type | Description |
|---|---|
| string | url |

getStartIndex() : int
inherited
Inherited from:
\Zend_Gdata_Query::getStartIndex()
Returns
| Type | Description |
|---|---|
| int | startIndex |

getUpdatedMax() : string
inherited
Inherited from:
\Zend_Gdata_Query::getUpdatedMax()
Returns
| Type | Description |
|---|---|
| string | updatedMax |

getUpdatedMin() : string
inherited
Inherited from:
\Zend_Gdata_Query::getUpdatedMin()
Returns
| Type | Description |
|---|---|
| string | updatedMin |

setAlt(string $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setAlt()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |

setAuthor(string $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setAuthor()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |

setCategory(string $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setCategory()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |

setMaxResults(int $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setMaxResults()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $value | int |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |

setParam(string $name, string $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setParam()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $name | string | |
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |

setPublishedMax(string $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setPublishedMax()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |

setPublishedMin(string $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setPublishedMin()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |

setQuery(string $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setQuery()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |

setStartIndex(int $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setStartIndex()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $value | int |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |

setUpdatedMax(string $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setUpdatedMax()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |

setUpdatedMin(string $value) : \Zend_Gdata_Query
inherited
Inherited from:
\Zend_Gdata_Query::setUpdatedMin()
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $value | string |
| Type | Description |
|---|---|
| \Zend_Gdata_Query | Provides a fluent interface |