Shell deprecated::run()
  • References/PHP/Symfony/Component/Console

run() Runs the shell.

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

bool isVerbose() Returns whether verbosity is verbose (-v).

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

string ask(OutputInterface

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

int getBarWidth() Gets the progress bar width.

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

TableStyle setBorderFormat(string $borderFormat)

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

mixed getDefault() Returns the default answer.

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

string getFirstArgument() Returns the first argument from the raw parameters (not parsed).

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

setOption(string $name, string|bool $value) Sets an option value by name.

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
Input::validate()
  • References/PHP/Symfony/Component/Console/Input

validate() Validates the input. Exceptions

2025-01-10 15:47:30