InputInterface
  • References/PHP/Symfony/Component/Console/Input

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

2025-01-10 15:47:30
ArrayInput::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
Question::isHidden()
  • References/PHP/Symfony/Component/Console/Question

bool isHidden() Returns whether the user response must be hidden.

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

string choice(string $question, array $choices, string|int|null $default = null) Asks a choice

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

string getName() Returns the command name.

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

class SymfonyStyle extends OutputStyle

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

class InputOption Represents a command line option. Constants

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

int getVerbosity() Gets the current verbosity of the output.

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

class TableSeparator extends TableCell

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

write(string|array $messages, bool $newline = false, $type = self::OUTPUT_NORMAL) Writes a message

2025-01-10 15:47:30