PHP Class think\console\output\driver\Nothing

Mostrar archivo Open project: top-think/framework Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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

renderException() public method

public renderException ( Exception $e )
$e Exception

write() public method

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