InputInterface::hasArgument()
  • References/PHP/Symfony/Component/Console/Input

bool hasArgument(string|int $name) Returns true if an InputArgument object exists by name or

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

class Application An Application is the container for a collection of commands. It is the

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

string getQuestion() Returns the question.

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

setCurrent(int $current, bool $redraw = false) Sets the current progress.

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

setDefinition(InputDefinition $definition)

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

string getName() Gets the name of the application.

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

bool hasStyle(string $name) Checks if output formatter has style with specified name.

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

setDefault(mixed $default = null) Sets the default value.

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

setVerbosity(int $level) Sets the verbosity of the output.

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

setDecorated(bool $decorated) Sets the decorated flag.

2025-01-10 15:47:30