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
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
StyleInterface::success()
  • References/PHP/Symfony/Component/Console/Style

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

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

title(string $message) Formats a command title.

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

section(string $message) Formats a section title.

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

progressFinish() Finishes the progress output.

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

note(string|array $message) Formats a note admonition.

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

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

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

Command addOption(string $name, string $shortcut

2025-01-10 15:47:30