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

write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message

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

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

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
NullOutput::isDecorated()
  • References/PHP/Symfony/Component/Console/Output

bool isDecorated() Gets the decorated flag.

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

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

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

setForeground(string $color = null) Sets style foreground color.

2025-01-10 15:47:30