TYPO3  7.6
Public Member Functions | List of all members
ConsoleOutputInterface Interface Reference
Inheritance diagram for ConsoleOutputInterface:
OutputInterface ConsoleOutput

Public Member Functions

 getErrorOutput ()
 
 setErrorOutput (OutputInterface $error)
 
- Public Member Functions inherited from OutputInterface
 write ($messages, $newline=false, $type=self::OUTPUT_NORMAL)
 
 writeln ($messages, $type=self::OUTPUT_NORMAL)
 
 setVerbosity ($level)
 
 getVerbosity ()
 
 setDecorated ($decorated)
 
 isDecorated ()
 
 setFormatter (OutputFormatterInterface $formatter)
 
 getFormatter ()
 

Additional Inherited Members

- Public Attributes inherited from OutputInterface
const VERBOSITY_QUIET = 0
 
const VERBOSITY_NORMAL = 1
 
const VERBOSITY_VERBOSE = 2
 
const VERBOSITY_VERY_VERBOSE = 3
 
const VERBOSITY_DEBUG = 4
 
const OUTPUT_NORMAL = 0
 
const OUTPUT_RAW = 1
 
const OUTPUT_PLAIN = 2
 

Detailed Description

ConsoleOutputInterface is the interface implemented by ConsoleOutput class. This adds information about stderr output stream.

Author
Dariusz Górecki darek.nosp@m..krk.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

Definition at line 20 of file ConsoleOutputInterface.php.

Member Function Documentation

getErrorOutput ( )

Gets the OutputInterface for errors.

Returns
OutputInterface

Implemented in ConsoleOutput.

setErrorOutput ( OutputInterface  $error)

Sets the OutputInterface used for errors.

Parameters
OutputInterface$error

Implemented in ConsoleOutput.