web/lib/Zend/Service/Technorati/DailyCountsResultSet.php
changeset 807 877f952ae2bd
parent 207 621fa6caec0c
child 1230 68c69c656a2c
equal deleted inserted replaced
805:5e7a0fedabdf 807:877f952ae2bd
    13  * to license@zend.com so we can send you a copy immediately.
    13  * to license@zend.com so we can send you a copy immediately.
    14  *
    14  *
    15  * @category   Zend
    15  * @category   Zend
    16  * @package    Zend_Service
    16  * @package    Zend_Service
    17  * @subpackage Technorati
    17  * @subpackage Technorati
    18  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    19  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    20  * @version    $Id: DailyCountsResultSet.php 20096 2010-01-06 02:05:09Z bkarwin $
    20  * @version    $Id: DailyCountsResultSet.php 24593 2012-01-05 20:35:02Z matthew $
    21  */
    21  */
    22 
    22 
    23 
    23 
    24 /**
    24 /**
    25  * @see Zend_Date
    25  * @see Zend_Date
    41  * Represents a Technorati Tag query result set.
    41  * Represents a Technorati Tag query result set.
    42  *
    42  *
    43  * @category   Zend
    43  * @category   Zend
    44  * @package    Zend_Service
    44  * @package    Zend_Service
    45  * @subpackage Technorati
    45  * @subpackage Technorati
    46  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    46  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    47  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    47  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    48  */
    48  */
    49 class Zend_Service_Technorati_DailyCountsResultSet extends Zend_Service_Technorati_ResultSet
    49 class Zend_Service_Technorati_DailyCountsResultSet extends Zend_Service_Technorati_ResultSet
    50 {
    50 {
    51     /**
    51     /**