| 1 | <?php |
||
| 20 | class ConstantIterator extends CollectionIterator |
||
| 21 | { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Construct the Constant Iterator. |
||
| 25 | * |
||
| 26 | * @param ConstantCollection $collection |
||
| 27 | */ |
||
| 28 | 13 | public function __construct($collection) |
|
| 32 | |||
| 33 | /** |
||
| 34 | * Gets the current Constant. |
||
| 35 | * @return ConstantInterface |
||
| 36 | */ |
||
| 37 | 3 | public function current() |
|
| 41 | } |
||
| 42 |