equal
deleted
inserted
replaced
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: Result.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: Result.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 |
23 |
24 /** |
24 /** |
25 * Represents a single Technorati Search query result object. |
25 * Represents a single Technorati Search query result object. |
27 * but it always belongs to a valid Zend_Service_Technorati_SearchResultSet object. |
27 * but it always belongs to a valid Zend_Service_Technorati_SearchResultSet object. |
28 * |
28 * |
29 * @category Zend |
29 * @category Zend |
30 * @package Zend_Service |
30 * @package Zend_Service |
31 * @subpackage Technorati |
31 * @subpackage Technorati |
32 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
32 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
33 * @license http://framework.zend.com/license/new-bsd New BSD License |
33 * @license http://framework.zend.com/license/new-bsd New BSD License |
34 * @abstract |
34 * @abstract |
35 */ |
35 */ |
36 abstract class Zend_Service_Technorati_Result |
36 abstract class Zend_Service_Technorati_Result |
37 { |
37 { |