class
Illuminate
/
Console
/
BufferedConsoleOutput
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
BufferedConsoleOutput
Extends
-
Symfony\...\ConsoleOutput
Properties
protected
$buffer string
The current buffer.
Default: ''
Methods
public
fetch ( ) : string
Empties the buffer and returns its content.
protected
doWrite ( string $message , bool $newline ) : void
{@inheritdoc}