class ParallelConsoleOutput extends ConsoleOutput (View source)
| protected OutputInterface | $output | The original output instance. | |
| protected array | $ignore | The output that should be ignored. |
| 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. |
Create a new Parallel ConsoleOutput instance.
Writes a message to the output.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Testing/ParallelConsoleOutput.html