StreamOutput
  • References/PHP/Symfony/Component/Console/Output

class StreamOutput extends Output

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

setDefinition(InputDefinition $definition)

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

OutputFormatterStyleInterface pop(OutputFormatterStyleInterface $style = null) Pops a style from the stack. Parameters OutputFormatterStyleInterface $style Return Value OutputFormatterStyleInterface Exceptions InvalidArgumentException When style tags incorrectly nested

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

bool askConfirmation(OutputInterface

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

string getName() Returns the option name.

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

newLine(int $count = 1) Add newline(s). Parameters

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

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

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

string getVersion() Gets the application version.

2025-01-10 15:47:30
TableStyle::getVerticalBorderChar()
  • References/PHP/Symfony/Component/Console/Helper

string getVerticalBorderChar() Gets vertical border character.

2025-01-10 15:47:30