class Illuminate / Console / BufferedConsoleOutput
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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}