ProgressBar::clear()
  • References/PHP/Symfony/Component/Console/Helper

clear() Removes the progress bar from the current line. This is useful if you wish to write

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

class ArrayInput extends Input

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

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

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

int run(InputInterface $input =

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

string getBarCharacter() Gets the bar character.

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

setVersion(string $version) Sets the application version.

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

write(string|array $messages, bool $newline = false, int $options) Writes a message to the output

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

bool hasOption(string $name) Returns true if an InputOption object exists by name.

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