ProgressIndicator::setPlaceholderFormatterDefinition()
  • References/PHP/Symfony/Component/Console/Helper

static setPlaceholderFormatterDefinition(string $name, callable $callable) Sets a

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

int getVerbosity() Gets the current verbosity of the output.

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

setArgument(string $name, string $value) Sets an argument value by name.

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

mixed getArgument(string $name) Returns the argument value for a given argument name.

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

TableHelper setHorizon

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

string getDescription() Returns the description text.

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

class OutputFormatterStyle implements

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

bool isQuiet() Returns whether verbosity is quiet (-q).

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

DOMDocument getCommandDocument(

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

bool confirm(string $question, bool $default = true) Asks for confirmation.

2025-01-10 15:47:30