Methods |
public
|
__construct(OutputStyle $output): void
Creates a new factory instance.
Creates a new factory instance.
|
#
|
public
|
__call(string $method, array $parameters): mixed
Dynamically handle calls into the component instance.
Dynamically handle calls into the component instance.
Throws
|
#
|
public
|
alert(string $string, int $verbosity = OutputInterface::VERBOSITY_NORMAL): void
|
#
|
public
|
ask(string $question, string $default = null, bool $multiline = false): mixed
|
#
|
public
|
askWithCompletion(string $question, array|callable $choices, string $default = null): mixed
|
#
|
public
|
bulletList(array $elements, int $verbosity = OutputInterface::VERBOSITY_NORMAL): void
|
#
|
public
|
choice(string $question, array $choices, $default = null, int $attempts = null, bool $multiple = false): mixed
|
#
|
public
|
confirm(string $question, bool $default = false): bool
|
#
|
public
|
info(string $string, int $verbosity = OutputInterface::VERBOSITY_NORMAL): void
|
#
|
public
|
success(string $string, int $verbosity = OutputInterface::VERBOSITY_NORMAL): void
|
#
|
public
|
error(string $string, int $verbosity = OutputInterface::VERBOSITY_NORMAL): void
|
#
|
public
|
line(string $style, string $string, int $verbosity = OutputInterface::VERBOSITY_NORMAL): void
|
#
|
public
|
secret(string $question, bool $fallback = true): void
|
#
|
public
|
task(string $description, ?callable $task = null, int $verbosity = OutputInterface::VERBOSITY_NORMAL): void
|
#
|
public
|
twoColumnDetail(string $first, ?string $second = null, int $verbosity = OutputInterface::VERBOSITY_NORMAL): void
|
#
|
public
|
warn(string $string, int $verbosity = OutputInterface::VERBOSITY_NORMAL): void
|
#
|