| 1 | <?php namespace nyx\console\input\formats; |
||
| 14 | class Arr extends console\Input |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Constructs a new Array Input instance. |
||
| 18 | * |
||
| 19 | * @param array $parameters An array of input parameters. |
||
| 20 | */ |
||
| 21 | public function __construct(array $parameters) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | protected function parse() : console\Input |
||
| 43 | } |
||
| 44 |