[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 285 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Gdata_Health_Query:: (14 methods):
setDigest()
getDigest()
setCategory()
getCategory()
setGrouped()
getGrouped()
setMaxResultsGroup()
getMaxResultsGroup()
setMaxResultsInGroup()
getMaxResultsInGroup()
setStartIndexGroup()
getStartIndexGroup()
setStartIndexInGroup()
getStartIndexInGroup()
Class: Zend_Gdata_Health_Query - X-Ref
Assists in constructing queries for Google HealthsetDigest($value) X-Ref |
Sets the digest parameter's value. param: string $value return: Zend_Gdata_Health_Query Provides a fluent interface |
getDigest() X-Ref |
Returns the digest parameter's value. return: string The value set for the digest parameter. |
setCategory($item, $name = null) X-Ref |
Setter for category queries. param: string $item A category to query. param: string $name (optional) A specific item to search a category for. return: Zend_Gdata_Health_Query Provides a fluent interface |
getCategory() X-Ref |
Returns the query object's category. return: string id |
setGrouped($value) X-Ref |
Setter for the grouped parameter. param: string $value setting a count of results per group. return: Zend_Gdata_Health_Query Provides a fluent interface |
getGrouped() X-Ref |
Returns the value set for the grouped parameter. return: string grouped parameter. |
setMaxResultsGroup($value) X-Ref |
Setter for the max-results-group parameter. param: int $value Specifies the maximum number of groups to be return: Zend_Gdata_Health_Query Provides a fluent interface |
getMaxResultsGroup() X-Ref |
Returns the value set for max-results-group. return: int Returns max-results-group parameter. |
setMaxResultsInGroup($value) X-Ref |
Setter for the max-results-group parameter. param: int $value Specifies the maximum number of records to be return: Zend_Gdata_Health_Query Provides a fluent interface |
getMaxResultsInGroup() X-Ref |
Returns the value set for max-results-in-group. return: int Returns max-results-in-group parameter. |
setStartIndexGroup($value) X-Ref |
Setter for the start-index-group parameter. param: int $value Retrieves only items whose group ranking is at return: Zend_Gdata_Health_Query Provides a fluent interface |
getStartIndexGroup() X-Ref |
Returns the value set for start-index-group. return: int Returns start-index-group parameter. |
setStartIndexInGroup($value) X-Ref |
Setter for the start-index-in-group parameter. param: int $value A 1-based index of the records to be retrieved from return: Zend_Gdata_Health_Query Provides a fluent interface |
getStartIndexInGroup() X-Ref |
Returns the value set for start-index-in-group. return: int Returns start-index-in-group parameter. |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |