ThinkPHP5


think\console\output\driver\Buffer
library\think\console\output\driver\Buffer.php at line 16

Class Buffer

Buffer

public class Buffer


Constructor Summary
void

__construct(Output output)

Method Summary
void

fetch()

void

write(mixed messages, bool newline, mixed options)

void

renderException(Exception e)

Constructor Detail

library\think\console\output\driver\Buffer.php at line 23

__construct

public void __construct(Output output)

Method Detail

library\think\console\output\driver\Buffer.php at line 28

fetch

public void fetch()

library\think\console\output\driver\Buffer.php at line 35

write

public void write(mixed messages, bool newline, mixed options)

library\think\console\output\driver\Buffer.php at line 47

renderException

public void renderException(Exception e)

ThinkPHP5