ConsoleTerminateEvent::setExitCode()
  • References/PHP/Symfony/Component/Console/Event

setExitCode(int $exitCode) Sets the exit code.

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

warning(string|array $message) Formats an warning result bar.

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

bool hasOption(string $name) Returns true if an InputOption object exists by name.

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

array getOptionDefaults() Gets an array of default values.

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

OutputFormatterStyleInterface getStyle(string $name) Gets style options from style with specified name. Parameters string $name Return Value OutputFormatterStyleInterface Exceptions InvalidArgumentException When style isn't defined

2025-01-10 15:47:30
ProgressHelper deprecated::advance()
  • References/PHP/Symfony/Component/Console/Helper

advance(int $step = 1, bool $redraw = false) Advances the progress output X steps.

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

HelperSet getHelperSet()

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

TableStyle setCellRowContentFormat(string

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

bool isVeryVerbose() Returns whether verbosity is very verbose (-vv).

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

string formatBlock(string|array $messages, string $style, bool $large = false) Formats a message

2025-01-10 15:47:30