[ Index ]

PHP Cross Reference of phpBB-3.3.12-deutsch

title

Body

[close]

/vendor/symfony/console/Style/ -> OutputStyle.php (summary)

Decorates output to add console style guide helpers.

Author: Kevin Bond <kevinbond@gmail.com>
File Size: 155 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 16 functions

  __construct()
  newLine()
  createProgressBar()
  write()
  writeln()
  setVerbosity()
  getVerbosity()
  setDecorated()
  isDecorated()
  setFormatter()
  getFormatter()
  isQuiet()
  isVerbose()
  isVeryVerbose()
  isDebug()
  getErrorOutput()

Functions
Functions that are not part of a class:

__construct(OutputInterface $output)   X-Ref
No description

newLine($count = 1)   X-Ref
{@inheritdoc}


createProgressBar($max = 0)   X-Ref

return: ProgressBar
param: int $max

write($messages, $newline = false, $type = self::OUTPUT_NORMAL)   X-Ref
{@inheritdoc}


writeln($messages, $type = self::OUTPUT_NORMAL)   X-Ref
{@inheritdoc}


setVerbosity($level)   X-Ref
{@inheritdoc}


getVerbosity()   X-Ref
{@inheritdoc}


setDecorated($decorated)   X-Ref
{@inheritdoc}


isDecorated()   X-Ref
{@inheritdoc}


setFormatter(OutputFormatterInterface $formatter)   X-Ref
{@inheritdoc}


getFormatter()   X-Ref
{@inheritdoc}


isQuiet()   X-Ref
{@inheritdoc}


isVerbose()   X-Ref
{@inheritdoc}


isVeryVerbose()   X-Ref
{@inheritdoc}


isDebug()   X-Ref
{@inheritdoc}


getErrorOutput()   X-Ref
No description



Generated: Sun Jun 23 12:25:44 2024 Cross-referenced by PHPXref 0.7.1