Command
  • References/PHP/Symfony/Component/Console/Command

class Command Base class for all commands. Methods

2025-01-10 15:47:30
OutputFormatterStyle::setOption()
  • References/PHP/Symfony/Component/Console/Formatter

setOption(string $option) Sets some specific style option.

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

bool isValueOptional() Returns true if the option takes an optional value.

2025-01-10 15:47:30
OutputFormatterStyleStack::pop()
  • References/PHP/Symfony/Component/Console/Formatter

OutputFormatterStyleInterface pop(OutputFormatterStyleInterface $style = null) Pops a style from the stack. Parameters OutputFormatterStyleInterface $style Return Value OutputFormatterStyleInterface Exceptions InvalidArgumentException When style tags incorrectly nested

2025-01-10 15:47:30
ApplicationDescription::getCommand()
  • References/PHP/Symfony/Component/Console/Descriptor

Command getCommand(string $name)

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

int getExitCode() Gets the exit code.

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

bool hasArgument(string|int $name) Returns true if an InputArgument object exists by name or

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

class OutputStyle implements

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

string getBarCharacter() Gets the bar character.

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

clear() Removes the progress bar from the current line. This is useful if you wish to write

2025-01-10 15:47:30