StyleInterface
  • References/PHP/Symfony/Component/Console/Style

interface StyleInterface Output style helpers. Methods

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

InputDefinition getDefinition()

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

success(string|array $message) Formats a success result bar.

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

int getVerbosity() Gets the current verbosity of the output.

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

class ConsoleEvent extends Event

2025-01-10 15:47:30
NullOutput::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
TableHelper deprecated::setCellRowContentFormat()
  • References/PHP/Symfony/Component/Console/Helper

TableHelper setCellRow

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

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

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

comment(string|array $message) Formats a command comment.

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

null|int getMaxAttempts() Gets the maximum number of attempts. Null means an unlimited

2025-01-10 15:47:30