Factory
class Factory
Methods
mixed
__call(string $method, array $parameters)
Dynamically handle calls into the component instance.
void
alert(string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
mixed
ask(string $question, string $default = 'null', bool $multiline = 'false')
No description
mixed
askWithCompletion(string $question, iterable|callable $choices, string $default = 'null')
No description
void
bulletList(array $elements, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
mixed
choice(string $question, array $choices, mixed $default = 'null', int $attempts = 'null', bool $multiple = 'false')
No description
bool
confirm(string $question, bool $default = 'false')
No description
void
info(string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
void
success(string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
void
error(string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
void
line(string $style, string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
mixed
secret(string $question, bool $fallback = 'true')
No description
void
task(string $description, ?callable $task = 'null', int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
void
twoColumnDetail(string $first, ?string $second = 'null', int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
void
warn(string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
Details
at line 31
__construct(OutputStyle $output)
Create a new factory instance.
at line 41
mixed
__call(string $method, array $parameters)
Dynamically handle calls into the component instance.
at line 26
void
alert(string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
at line 26
mixed
ask(string $question, string $default = 'null', bool $multiline = 'false')
No description
at line 26
mixed
askWithCompletion(string $question, iterable|callable $choices, string $default = 'null')
No description
at line 26
void
bulletList(array $elements, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
at line 26
mixed
choice(string $question, array $choices, mixed $default = 'null', int $attempts = 'null', bool $multiple = 'false')
No description
at line 26
bool
confirm(string $question, bool $default = 'false')
No description
at line 26
void
info(string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
at line 26
void
success(string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
at line 26
void
error(string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
at line 26
void
line(string $style, string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
at line 26
mixed
secret(string $question, bool $fallback = 'true')
No description
at line 26
void
task(string $description, ?callable $task = 'null', int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
at line 26
void
twoColumnDetail(string $first, ?string $second = 'null', int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description
at line 26
void
warn(string $string, int $verbosity = '\\Symfony\\Component\\Console\\Output\\OutputInterface::VERBOSITY_NORMAL')
No description