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

static formatTime($secs) Parameters $secs

2025-01-10 15:47:30
ConsoleTerminateEvent::setExitCode()
  • References/PHP/Symfony/Component/Console/Event

setExitCode(int $exitCode) Sets the exit code.

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

int getBarWidth() Gets the progress bar width.

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

HelperSet getHelperSet()

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

class ConsoleLogger extends AbstractLogger PSR-3 compliant console logger.

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

setDecorated(bool $decorated) Sets the decorated flag.

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

string formatBlock(string|array $messages, string $style, bool $large = false) Formats a message

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

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

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

setArguments(InputArgument[] $arguments

2025-01-10 15:47:30