OutputFormatterStyleInterface::setForeground()
  • References/PHP/Symfony/Component/Console/Formatter

setForeground(string $color = null) Sets style foreground color.

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

bool hasOption(string $name) Returns true if an InputOption object exists by name. This

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

bind(InputDefinition $definition)

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

string getCellRowFormat() Gets row cell format.

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

finish() Finishes the progress output.

2025-01-10 15:47:30
OutputFormatterInterface::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

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

bool hasShortcut(string $name) Returns true if an InputOption object exists by shortcut.

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
Component\Console\Helper
  • References/PHP/Symfony/Component/Console

Classes

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

bool confirm(string $question, bool $default = true) Asks for confirmation.

2025-01-10 15:47:30