PHP 클래스 think\console\output\driver\Buffer

파일 보기 프로젝트 열기: top-think/framework 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Output $output )
fetch ( )
renderException ( Exception $e )
write ( $messages, $newline = false, $options = Output::OUTPUT_NORMAL )

메소드 상세

__construct() 공개 메소드

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

fetch() 공개 메소드

public fetch ( )

renderException() 공개 메소드

public renderException ( Exception $e )
$e Exception

write() 공개 메소드

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