OutputInterface::writeln()
  • References/PHP/Symfony/Component/Console/Output

writeln(string|array $messages, int $options) Writes a message to the output and adds a newline at

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

class Application An Application is the container for a collection of commands. It is the

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

Question setValidator(callable $validator

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

bool isEnabled() Checks whether the command is enabled or not in the current environment.

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

string getSynopsis(bool $short = false) Gets the synopsis.

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

setOption(string $name, string|bool $value) Sets an option value by name.

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

setDefinition(InputDefinition $definition)

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

setRow($column, array $row) Parameters $column

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

addOption(InputOption $option)

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