ConsoleIO
trait ConsoleIO
Wrapper class for InputInterface functions.
Methods
mixed
getArgument(mixed $argument)
Wrapper for InputInterface::getArgument function.
mixed
getOption(mixed $option)
Wrapper for InputInterface::getOption function.
bool
hasOption(string $name)
Wrapper for InputInterface::hasOption function.
Details
at line 16
mixed
getArgument(mixed $argument)
Wrapper for InputInterface::getArgument function.
at line 26
mixed
getOption(mixed $option)
Wrapper for InputInterface::getOption function.
at line 36
bool
hasOption(string $name)
Wrapper for InputInterface::hasOption function.