| 1 | <?php |
||
| 20 | class ArgumentIterator extends CollectionIterator |
||
| 21 | { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Construct a Argument Collection Iterator. |
||
| 25 | * |
||
| 26 | * @param ArgumentCollection $collection |
||
| 27 | */ |
||
| 28 | 22 | public function __construct($collection) |
|
| 32 | |||
| 33 | /** |
||
| 34 | * Gets the current argument. |
||
| 35 | * @return \ClassGeneration\Argument |
||
| 36 | */ |
||
| 37 | 12 | public function current() |
|
| 41 | } |
||
| 42 |