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
ProgressBar::getFormatDefinition()
  • References/PHP/Symfony/Component/Console/Helper

static string|null getFormatDefinition(string $name) Gets the format for a given name

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

error(string|array $message) Formats an error result bar.

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

bool isQuiet() Returns whether verbosity is quiet (-q).

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

InputOption getOptionForShortcut(string

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

setDefinition(array $definition) Sets the definition of the input.

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

string getQuestion() Returns the question.

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

string getDescription() Returns the description for the command.

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

setHelperSet(HelperSet $helperSet = null)

2025-01-10 15:47:30