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
Component\Console\Output
  • References/PHP/Symfony/Component/Console

Classes

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

Helper[] getIterator()

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

string askHidden(string $question, callable|null $validator = null) Asks a question with the

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

validate() Validates the input. Exceptions

2025-01-10 15:47:30