class BufferedConsoleOutput extends ConsoleOutput (View source)

Properties

protected string $buffer

The current buffer.

Methods

string
fetch()

Empties the buffer and returns its content.

void
doWrite(string $message, bool $newline)

{@inheritdoc}

Details

string fetch()

Empties the buffer and returns its content.

Return Value

string

protected void doWrite(string $message, bool $newline)

{@inheritdoc}

Parameters

string $message
bool $newline

Return Value

void