[ Index ]

PHP Cross Reference of phpBB-3.1.12-deutsch

title

Body

[close]

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

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

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

Defines 9 functions

  __construct()
  setFormatter()
  getFormatter()
  setDecorated()
  isDecorated()
  setVerbosity()
  getVerbosity()
  writeln()
  write()

Functions
Functions that are not part of a class:

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

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}


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


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




Generated: Thu Jan 11 00:25:41 2018 Cross-referenced by PHPXref 0.7.1