StyleInterface::ask()
  • References/PHP/Symfony/Component/Console/Style

string ask(string $question, string|null $default = null, callable|null $validator = null) Asks

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

bool has(string $name) Returns true if the helper if defined.

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

Command setDefinition(array|

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

mixed getOption(string $name) Returns the option value for a given option name.

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
StyleInterface::warning()
  • References/PHP/Symfony/Component/Console/Style

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

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

string ask(InputInterface $input

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

bool isDebug() Returns whether verbosity is debug (-vvv).

2025-01-10 15:47:30