interface InputInterface InputInterface is the interface implemented by all input classes.
bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw
bool isHidden() Returns whether the user response must be hidden.
string choice(string $question, array $choices, string|int|null $default = null) Asks a choice
string getName() Returns the command name.
class SymfonyStyle extends OutputStyle
class InputOption Represents a command line option. Constants
int getVerbosity() Gets the current verbosity of the output.
class TableSeparator extends TableCell
write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message
Page 10 of 51