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 Twitter |
17 * @subpackage Twitter |
18 * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2015 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$ |
20 * @version $Id$ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
42 * - proxying to elements of the decoded response via property overloading |
42 * - proxying to elements of the decoded response via property overloading |
43 * |
43 * |
44 * @category Zend |
44 * @category Zend |
45 * @package Zend_Service |
45 * @package Zend_Service |
46 * @subpackage Twitter |
46 * @subpackage Twitter |
47 * @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) |
47 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
48 * @license http://framework.zend.com/license/new-bsd New BSD License |
48 * @license http://framework.zend.com/license/new-bsd New BSD License |
49 */ |
49 */ |
50 class Zend_Service_Twitter_Response |
50 class Zend_Service_Twitter_Response |
51 { |
51 { |
52 /** |
52 /** |