BufferedConsoleOutput
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.
at line 27
protected void
doWrite(string $message, bool $newline)
No description