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

interface InputAwareInterface InputAwareInterface should be implemented by classes that depends

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

string getFirstArgument() Returns the first argument from the raw parameters (not parsed).

2025-01-10 15:47:30
ApplicationDescription::getNamespaces()
  • References/PHP/Symfony/Component/Console/Descriptor

array getNamespaces() Return Value array

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

caution(string|array $message) Formats a caution admonition.

2025-01-10 15:47:30
SymfonyStyle::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
OutputStyle::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
ProgressBar::setMessage()
  • References/PHP/Symfony/Component/Console/Helper

setMessage(string $message, string $name = 'message') Associates a text with a named placeholder

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

listing(array $elements) Formats a list. Parameters

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

bind(InputDefinition $definition)

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

string getShortcut() Returns the option shortcut.

2025-01-10 15:47:30