On this page
ParallelConsoleOutput
class ParallelConsoleOutput extends ConsoleOutput (View source)
Properties
protected OutputInterface | $output | The original output instance. |
|
protected array | $ignore | The output that should be ignored. |
Methods
void | __construct(OutputInterface $output) Create a new Parallel ConsoleOutput instance. |
|
void | write(string|iterable $messages, bool $newline = false, int $options = 0) Writes a message to the output. |
Details
void __construct(OutputInterface $output)
Create a new Parallel ConsoleOutput instance.
void write(string|iterable $messages, bool $newline = false, int $options = 0)
Writes a message to the output.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/10.x/Illuminate/Testing/ParallelConsoleOutput.html