[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

(no description)

File Size: 110 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

OutputInterface:: (12 methods):
  write()
  writeln()
  setVerbosity()
  getVerbosity()
  isQuiet()
  isVerbose()
  isVeryVerbose()
  isDebug()
  setDecorated()
  isDecorated()
  setFormatter()
  getFormatter()


Interface: OutputInterface  - X-Ref

OutputInterface is the interface implemented by all Output classes.

write($messages, bool $newline = false, int $options = 0)   X-Ref
Writes a message to the output.

param: string|iterable $messages The message as an iterable of strings or a single string
param: bool            $newline  Whether to add a newline
param: int             $options  A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL

writeln($messages, int $options = 0)   X-Ref
Writes a message to the output and adds a newline at the end.

param: string|iterable $messages The message as an iterable of strings or a single string
param: int             $options  A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUT_NORMAL | self::VERBOSITY_NORMAL

setVerbosity(int $level)   X-Ref
Sets the verbosity of the output.


getVerbosity()   X-Ref
Gets the current verbosity of the output.

return: int

isQuiet()   X-Ref
Returns whether verbosity is quiet (-q).

return: bool

isVerbose()   X-Ref
Returns whether verbosity is verbose (-v).

return: bool

isVeryVerbose()   X-Ref
Returns whether verbosity is very verbose (-vv).

return: bool

isDebug()   X-Ref
Returns whether verbosity is debug (-vvv).

return: bool

setDecorated(bool $decorated)   X-Ref
Sets the decorated flag.


isDecorated()   X-Ref
Gets the decorated flag.

return: bool

setFormatter(OutputFormatterInterface $formatter)   X-Ref
No description

getFormatter()   X-Ref
Returns current output formatter instance.

return: OutputFormatterInterface



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