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
TableStyle::setPaddingChar()
  • References/PHP/Symfony/Component/Console/Helper

TableStyle setPaddingChar(string $paddingChar)

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

string stop(string $id, string $message, bool $successful, string $prefix = 'RES') Stops a formatting

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

setHelperSet(HelperSet $helperSet)

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

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

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

setDefaultCommand(string $commandName) Sets the default Command name.

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

mixed getOption(string $name) Returns the option value for a given option name.

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
TableStyle::setBorderFormat()
  • References/PHP/Symfony/Component/Console/Helper

TableStyle setBorderFormat(string $borderFormat)

2025-01-10 15:47:30