Command
  • References/PHP/Symfony/Component/Console/Command

class Command Base class for all commands. Methods

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

setBarCharacter(string $char) Sets the bar character.

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
OutputFormatterInterface
  • References/PHP/Symfony/Component/Console/Formatter

interface OutputFormatterInterface Formatter interface for console output.

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

string progress(string $id, string $buffer, bool $error = false, string $prefix = 'OUT', string $errorPrefix = 'ERR')

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

bool isEnabled() Checks whether the command is enabled or not in the current environment.

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

OutputFormatterInterface

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

setRow($column, array $row) Parameters $column

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

block(string|array $messages, string|null $type = null, string|null $style = null, string $prefix = ' ', bool $padding = false)

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

addOptions(InputOption[] $options = array())

2025-01-10 15:47:30