TextDescriptor
  • References/PHP/Symfony/Component/Console/Descriptor

class TextDescriptor extends

2025-01-10 15:47:30
DescriptorInterface
  • References/PHP/Symfony/Component/Console/Descriptor

interface DescriptorInterface Descriptor interface. Methods

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

class OutputStyle implements

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

Command addOption(string $name, string $shortcut

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

null|callable getValidator() Gets the validator for the question.

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

class Command Base class for all commands. Methods

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

setOption(string $name, string|bool $value) Sets an option value by name.

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

Question setValidator(callable $validator

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

static setPlaceholderFormatterDefinition(string $name, callable $callable) Sets a

2025-01-10 15:47:30