Application::areExceptionsCaught()
  • References/PHP/Symfony/Component/Console

bool areExceptionsCaught() Gets whether to catch exceptions or not during commands execution

2025-01-10 15:47:30
OutputFormatter::getStyle()
  • References/PHP/Symfony/Component/Console/Formatter

OutputFormatterStyleInterface getStyle(string $name) Gets style options from style with specified name. Parameters string $name Return Value OutputFormatterStyleInterface Exceptions InvalidArgumentException When style isn't defined

2025-01-10 15:47:30
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
OutputFormatterStyleInterface::setOption()
  • References/PHP/Symfony/Component/Console/Formatter

setOption(string $option) Sets some specific style option.

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
InputOption
  • References/PHP/Symfony/Component/Console/Input

class InputOption Represents a command line option. Constants

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