ConsoleLogger
  • References/PHP/Symfony/Component/Console/Logger

class ConsoleLogger extends AbstractLogger PSR-3 compliant console logger.

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

string extractNamespace(string $name, string $limit = null) Returns the namespace part of the

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

interface InputInterface InputInterface is the interface implemented by all input classes.

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

InputDefinition getDefinition()

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

static strlenWithoutDecoration(

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

string getEmptyBarCharacter() Gets the empty bar character.

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

string[] getNamespaces() Returns an array of all unique namespaces used by currently registered

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

bool confirm(string $question, bool $default = true) Asks for confirmation.

2025-01-10 15:47:30