Application::doRun()
  • References/PHP/Symfony/Component/Console

int doRun(InputInterface $input

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

text(string|array $message) Formats informational text.

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

bool isDebug() Returns whether verbosity is debug (-vvv).

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

string getName() Returns the canonical name of this helper.

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

string getProgressCharacter() Gets the progress bar character.

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

float getProgressPercent() Gets the current progress bar percent.

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

setEmptyBarCharacter(string $char) Sets the empty bar character.

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

section(string $message) Formats a section title.

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

bool isVerbose() Returns whether verbosity is verbose (-v).

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

string choice(string $question, array $choices, string|int|null $default = null) Asks a choice

2025-01-10 15:47:30