ConsoleOutput
  • References/PHP/Symfony/Component/Console/Output

class ConsoleOutput extends

2025-01-10 15:47:30
ArrayInput::hasParameterOption()
  • References/PHP/Symfony/Component/Console/Input

bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw

2025-01-10 15:47:30
OutputStyle::isDecorated()
  • References/PHP/Symfony/Component/Console/Style

bool isDecorated() Gets the decorated flag.

2025-01-10 15:47:30
ConsoleCommandEvent::commandShouldRun()
  • References/PHP/Symfony/Component/Console/Event

bool commandShouldRun() Returns true if the command is runnable, false otherwise.

2025-01-10 15:47:30
Command::ignoreValidationErrors()
  • References/PHP/Symfony/Component/Console/Command

ignoreValidationErrors() Ignores validation errors. This is mainly useful for the help command

2025-01-10 15:47:30
QuestionHelper::ask()
  • References/PHP/Symfony/Component/Console/Helper

string ask(InputInterface $input

2025-01-10 15:47:30
ProgressIndicator::getPlaceholderFormatterDefinition()
  • References/PHP/Symfony/Component/Console/Helper

static callable|null getPlaceholderFormatterDefinition(string $name) Gets the placeholder

2025-01-10 15:47:30
Command::getAliases()
  • References/PHP/Symfony/Component/Console/Command

array getAliases() Returns the aliases for the command.

2025-01-10 15:47:30
Component\Console\Output
  • References/PHP/Symfony/Component/Console

Classes

2025-01-10 15:47:30
ProgressBar::setOverwrite()
  • References/PHP/Symfony/Component/Console/Helper

setOverwrite(bool $overwrite) Sets whether to overwrite the progressbar, false for new line.

2025-01-10 15:47:30