[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

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

Author: Fabien Potencier <[email protected]>
File Size: 174 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(?int $verbosity = self::VERBOSITY_NORMAL, bool $decorated = false, OutputFormatterInterface $formatter = null)   X-Ref

param: int|null                      $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(bool $decorated)   X-Ref
{@inheritdoc}


isDecorated()   X-Ref
{@inheritdoc}


setVerbosity(int $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, int $options = self::OUTPUT_NORMAL)   X-Ref
{@inheritdoc}


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




Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer