InputDefinition::getOption()
  • References/PHP/Symfony/Component/Console/Input

InputOption getOption(string $name)

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

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

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

string formatSection(string $section, string $message, string $style = 'info') Formats a message

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

render() Renders table to output. Example: +---------------+-----------------------+------------------+

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

Application setTerminalDimensions(int $width, int

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

OutputInterface getErrorOutput()

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

array getChoices() Returns available choices.

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

string start(string $id, string $message, string $prefix = 'RUN') Starts a debug formatting session

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

setBackground(string $color = null) Sets style background color.

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

setProgressCharacter(string $char) Sets the progress bar character.

2025-01-10 15:47:30