DebugFormatterHelper
  • References/PHP/Symfony/Component/Console/Helper

class DebugFormatterHelper extends Helper

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

string apply(string $text) Applies the style to a given text.

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

TableHelper setCrossingChar(string

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

Command register(string $name)

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

bool isValueRequired() Returns true if the option requires a value.

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

string getBorderFormat() Gets table border format.

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

mergeApplicationDefinition(bool $mergeArgs = true) Merges the application definition with the command

2025-01-10 15:47:30
InputInterface::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
OutputStyle::isQuiet()
  • References/PHP/Symfony/Component/Console/Style

bool isQuiet() Returns whether verbosity is quiet (-q).

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

mixed getHelper(string $name) Gets a helper instance by name.

2025-01-10 15:47:30