Input::isInteractive()
  • References/PHP/Symfony/Component/Console/Input

bool isInteractive() Is this input means interactive?

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

addArgument(InputArgument $argument)

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

table(array $headers, array $rows) Formats a table.

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

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

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

class HelperSet implements IteratorAggregate

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

interface HelperInterface HelperInterface is the interface all helpers must implement.

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

bool hasParameterOption(string|array $values, bool $onlyParams = false) Returns true if the raw

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

setRedrawFrequency(int $freq) Sets the redraw frequency.

2025-01-10 15:47:30
ChoiceQuestion
  • References/PHP/Symfony/Component/Console/Question

class ChoiceQuestion extends Question

2025-01-10 15:47:30