bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw
class InputOption Represents a command line option. Constants
interface InputInterface InputInterface is the interface implemented by all input classes.
validate() Validates the input. Exceptions
mixed getOption(string $name) Returns the option value for a given option name.
setOption(string $name, string|bool $value) Sets an option value by name.
mixed getParameterOption(string|array $values, mixed $default = false, bool $onlyParams = false)
string getDescription() Returns the description text.
array getArguments() Returns all the given arguments merged with the default values.
Page 2 of 8