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

writeln(string|array $messages, int $options = self::OUTPUT_NORMAL) Writes a message to the output

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

string getCellRowContentFormat() Gets row cell content format.

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

bool isValueOptional() Returns true if the option takes an optional value.

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

static string escape(string $text) Escapes "<" special char in given text.

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

bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw

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

string askQuestion(Question $question)

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

setDispatcher(

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

setVerbosity(int $level) Sets the verbosity of the output.

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

bool hasArgument(string|int $name) Returns true if an InputArgument object exists by name or

2025-01-10 15:47:30