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

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

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

string getSynopsis(bool $short = false) Returns the synopsis for the command.

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

addRows(array $rows) Parameters array $rows

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

setName(string $name) Sets the application name.

2025-01-10 15:47:30
BufferedOutput
  • References/PHP/Symfony/Component/Console/Output

class BufferedOutput extends Output

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

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

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

bool hasOption(string $name) Returns true if an InputOption object exists by name. This

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

bind(InputDefinition $definition)

2025-01-10 15:47:30