On this page
BufferedConsoleOutput
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.
protected void doWrite(string $message, bool $newline)
{@inheritdoc}
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Console/BufferedConsoleOutput.html