equal
deleted
inserted
replaced
1 <?php |
1 <?php |
2 /** |
2 /** |
3 * @category Zend |
3 * @category Zend |
4 * @package Zend_Cloud |
4 * @package Zend_Cloud |
5 * @subpackage Infrastructure |
5 * @subpackage Infrastructure |
6 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
6 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
7 * @license http://framework.zend.com/license/new-bsd New BSD License |
7 * @license http://framework.zend.com/license/new-bsd New BSD License |
8 */ |
8 */ |
9 |
9 |
10 |
10 |
11 require_once 'Zend/Cloud/Infrastructure/Image.php'; |
11 require_once 'Zend/Cloud/Infrastructure/Image.php'; |
13 /** |
13 /** |
14 * List of images |
14 * List of images |
15 * |
15 * |
16 * @package Zend_Cloud |
16 * @package Zend_Cloud |
17 * @subpackage Infrastructure |
17 * @subpackage Infrastructure |
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 class Zend_Cloud_Infrastructure_ImageList implements Countable, Iterator, ArrayAccess |
21 class Zend_Cloud_Infrastructure_ImageList implements Countable, Iterator, ArrayAccess |
22 { |
22 { |
23 /** |
23 /** |