◆ __construct()
PHPUnit\Util\Printer::__construct |
( |
|
$out = null | ) |
|
◆ flush()
PHPUnit\Util\Printer::flush |
( |
| ) |
|
◆ getAutoFlush()
PHPUnit\Util\Printer::getAutoFlush |
( |
| ) |
|
◆ incrementalFlush()
PHPUnit\Util\Printer::incrementalFlush |
( |
| ) |
|
Performs a safe, incremental flush.
Do not confuse this function with the flush() function of this class, since the flush() function may close the file being written to, rendering the current object no longer usable.
◆ setAutoFlush()
PHPUnit\Util\Printer::setAutoFlush |
( |
bool |
$autoFlush | ) |
|
Set auto-flushing mode.
If set, incremental flushes will be done after each write. This should not be confused with the different effects of this class' flush() method.
◆ write()
PHPUnit\Util\Printer::write |
( |
string |
$buffer | ) |
|
◆ $autoFlush
PHPUnit\Util\Printer::$autoFlush = false |
|
protected |
◆ $out
PHPUnit\Util\Printer::$out |
|
protected |
@psalm-var resource|closed-resource
◆ $outTarget
PHPUnit\Util\Printer::$outTarget |
|
protected |
The documentation for this class was generated from the following file: