InputInterface::validate()
  • References/PHP/Symfony/Component/Console/Input

validate() Validates the input. Exceptions

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
ConsoleCommandEvent::commandShouldRun()
  • References/PHP/Symfony/Component/Console/Event

bool commandShouldRun() Returns true if the command is runnable, false otherwise.

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

setDecorated(bool $decorated) Sets the decorated flag.

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

Command addArgument(string $name, int $mode

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

progressStart(int $max) Starts the progress output.

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

string getProgressCharacter() Gets the progress bar character.

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

listing(array $elements) Formats a list. Parameters

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

section(string $message) Formats a section title.

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

addRow($row) Parameters $row

2025-01-10 15:47:30