[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/console/Output/ -> Output.php (summary)

Base class for output classes. There are five levels of verbosity:

Author: Fabien Potencier <fabien@symfony.com>
File Size: 175 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 13 functions

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

Functions
Functions that are not part of a class:

__construct($verbosity = self::VERBOSITY_NORMAL, $decorated = false, OutputFormatterInterface $formatter = null)   X-Ref

param: int                           $verbosity The verbosity level (one of the VERBOSITY constants in OutputInterface)
param: bool                          $decorated Whether to decorate messages
param: OutputFormatterInterface|null $formatter Output formatter instance (null to use default OutputFormatter)

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


getFormatter()   X-Ref
{@inheritdoc}


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


isDecorated()   X-Ref
{@inheritdoc}


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


getVerbosity()   X-Ref
{@inheritdoc}


isQuiet()   X-Ref
{@inheritdoc}


isVerbose()   X-Ref
{@inheritdoc}


isVeryVerbose()   X-Ref
{@inheritdoc}


isDebug()   X-Ref
{@inheritdoc}


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


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




Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1