VALUE_NONE
VALUE_NONE
Constants for value mode
Console input interface
setValueOptional(boolean $optional) : \Pop\Console\Input\InputInterface
Set if the input value is required
| boolean | $optional |
setValueRequired(boolean $required) : \Pop\Console\Input\InputInterface
Set if the input value is required
| boolean | $required |
setValueIsArray(boolean $isArray) : \Pop\Console\Input\InputInterface
Set if the input value is an array
| boolean | $isArray |
setValue(mixed $value) : \Pop\Console\Input\InputInterface
Set the input value
| mixed | $value |