StyleInterface::success()
  • References/PHP/Symfony/Component/Console/Style

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

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

string getProcessedHelp() Returns the processed help for the command replacing the %command.name%

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
TableHelper deprecated::setPaddingChar()
  • References/PHP/Symfony/Component/Console/Helper

TableHelper setPaddingChar(string

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

TableHelper setVerticalBorderChar(string

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

bool isAutoExitEnabled() Gets whether to automatically exit after a command execution or not

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

string truncate(string $message, int $length, string $suffix = '...') Truncates a message to

2025-01-10 15:47:30