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_Rackspace |
16 * @package Zend_Service_Rackspace |
17 * @subpackage Servers |
17 * @subpackage Servers |
18 * @copyright Copyright (c) 2005-2012 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 */ |
20 */ |
21 |
21 |
22 require_once 'Zend/Service/Rackspace/Servers.php'; |
22 require_once 'Zend/Service/Rackspace/Servers.php'; |
23 require_once 'Zend/Service/Rackspace/Servers/Server.php'; |
23 require_once 'Zend/Service/Rackspace/Servers/Server.php'; |
31 * @uses OutOfBoundsException |
31 * @uses OutOfBoundsException |
32 * @uses Zend_Service_Rackspace_Servers |
32 * @uses Zend_Service_Rackspace_Servers |
33 * @category Zend |
33 * @category Zend |
34 * @package Zend_Service_Rackspace |
34 * @package Zend_Service_Rackspace |
35 * @subpackage Servers |
35 * @subpackage Servers |
36 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
36 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
37 * @license http://framework.zend.com/license/new-bsd New BSD License |
37 * @license http://framework.zend.com/license/new-bsd New BSD License |
38 */ |
38 */ |
39 class Zend_Service_Rackspace_Servers_ServerList implements Countable, Iterator, ArrayAccess |
39 class Zend_Service_Rackspace_Servers_ServerList implements Countable, Iterator, ArrayAccess |
40 { |
40 { |
41 /** |
41 /** |