1 | <?php namespace nyx\console\input\parameter\values; |
||
18 | class Options extends parameter\Values |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | * |
||
23 | * Overridden to enforce a stricter Definitions collection type. |
||
24 | */ |
||
25 | public function __construct(parameter\definitions\Options $definition) |
||
29 | |||
30 | /** |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public function set($name, $value) : core\collections\interfaces\Map |
||
57 | } |
||
58 |