equal
deleted
inserted
replaced
14 * to license@zend.com so we can send you a copy immediately. |
14 * to license@zend.com so we can send you a copy immediately. |
15 * |
15 * |
16 * @category Zend |
16 * @category Zend |
17 * @package Zend_Gdata |
17 * @package Zend_Gdata |
18 * @subpackage Health |
18 * @subpackage Health |
19 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
20 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @license http://framework.zend.com/license/new-bsd New BSD License |
21 * @version $Id: Query.php 24779 2012-05-08 19:13:59Z adamlundrigan $ |
21 * @version $Id$ |
22 */ |
22 */ |
23 |
23 |
24 /** |
24 /** |
25 * @see Zend_Exception |
25 * @see Zend_Exception |
26 */ |
26 */ |
37 * @link http://code.google.com/apis/health |
37 * @link http://code.google.com/apis/health |
38 * |
38 * |
39 * @category Zend |
39 * @category Zend |
40 * @package Zend_Gdata |
40 * @package Zend_Gdata |
41 * @subpackage Health |
41 * @subpackage Health |
42 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
42 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
43 * @license http://framework.zend.com/license/new-bsd New BSD License |
43 * @license http://framework.zend.com/license/new-bsd New BSD License |
44 */ |
44 */ |
45 class Zend_Gdata_Health_Query extends Zend_Gdata_Query |
45 class Zend_Gdata_Health_Query extends Zend_Gdata_Query |
46 { |
46 { |
47 /** |
47 /** |