class
Illuminate
/
Testing
/
ParallelConsoleOutput
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ParallelConsoleOutput
Extends
-
Symfony\...\ConsoleOutput
Properties
protected
$output Symfony\...\OutputInterface
The original output instance.
Default: null
protected
$ignore array
The output that should be ignored.
Default: array
Methods
public
__construct ( $output ) : void
Create a new Parallel ConsoleOutput instance.
Parameters
- $output Symfony\...\OutputInterface
public
write ( $messages , bool $newline , int $options ) : void
Writes a message to the output.
Parameters
- $messages string|iterable
- $newline bool
- $options int