TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
TestOutput Class Reference
Inheritance diagram for TestOutput:
Output OutputInterface

Public Member Functions

 clear ()
 
- Public Member Functions inherited from Output
 __construct ($verbosity=self::VERBOSITY_NORMAL, $decorated=false, OutputFormatterInterface $formatter=null)
 
 setFormatter (OutputFormatterInterface $formatter)
 
 getFormatter ()
 
 setDecorated ($decorated)
 
 isDecorated ()
 
 setVerbosity ($level)
 
 getVerbosity ()
 
 isQuiet ()
 
 isVerbose ()
 
 isVeryVerbose ()
 
 isDebug ()
 
 writeln ($messages, $type=self::OUTPUT_NORMAL)
 
 write ($messages, $newline=false, $type=self::OUTPUT_NORMAL)
 

Public Attributes

 $output = ''
 

Protected Member Functions

 doWrite ($message, $newline)
 
- Protected Member Functions inherited from Output
 doWrite ($message, $newline)
 

Detailed Description

Definition at line 143 of file OutputTest.php.

Member Function Documentation

clear ( )

Definition at line 147 of file OutputTest.php.

doWrite (   $message,
  $newline 
)
protected

Definition at line 152 of file OutputTest.php.

Member Data Documentation

$output = ''

Definition at line 145 of file OutputTest.php.