Input::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
InputInterface
  • References/PHP/Symfony/Component/Console/Input

interface InputInterface InputInterface is the interface implemented by all input classes.

2025-01-10 15:47:30
TableHelper deprecated::setLayout()
  • References/PHP/Symfony/Component/Console/Helper

TableHelper setLayout(int

2025-01-10 15:47:30
DialogHelper deprecated::ask()
  • References/PHP/Symfony/Component/Console/Helper

string ask(OutputInterface

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

bool has(string $name) Returns true if the helper if defined.

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

string getHelp() Returns the help for the command.

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

Command|null add(

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

OutputFormatterStyleInterface getStyle(string $name) Gets style options from style with specified name. Parameters string $name Return Value OutputFormatterStyleInterface Exceptions InvalidArgumentException When style isn't defined

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

class Output implements

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

addRow(array $row) Parameters array $row

2025-01-10 15:47:30