Input::getOptions()
  • References/PHP/Symfony/Component/Console/Input

array getOptions() Returns all the given options merged with the default values.

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

HelperSet getHelperSet()

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

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

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

setHelperSet(HelperSet $helperSet)

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

string format(string $message) Formats a message according to the given styles.

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

bool isDecorated() Gets the decorated flag.

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

addRow(array $row) Parameters array $row

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

mixed getParameterOption(string|array $values, mixed $default = false, bool $onlyParams = false)

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

string ask(string $question, string|null $default = null, callable|null $validator = null) Asks

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

TableStyle setVerticalBorderChar(string

2025-01-10 15:47:30