PHP Class think\console\output\driver\Buffer

Show file Open project: top-think/framework Class Usage Examples

Public Methods

Method Description
__construct ( Output $output )
fetch ( )
renderException ( Exception $e )
write ( $messages, $newline = false, $options = Output::OUTPUT_NORMAL )

Method Details

__construct() public method

public __construct ( Output $output )
$output think\console\Output

fetch() public method

public fetch ( )

renderException() public method

public renderException ( Exception $e )
$e Exception

write() public method

public write ( $messages, $newline = false, $options = Output::OUTPUT_NORMAL )