class BufferedConsoleOutput extends ConsoleOutput

Properties

protected string $buffer

The current buffer.

Methods

string
fetch()

Empty the buffer and return its content.

void
doWrite(string $message, bool $newline)

No description

Details

at line 20
string fetch()

Empty the buffer and return its content.

Return Value

string

at line 27
protected void doWrite(string $message, bool $newline)

No description

Parameters

string $message
bool $newline

Return Value

void