class ParallelConsoleOutput extends ConsoleOutput

Properties

protected OutputInterface $output

The original output instance.

protected array<int, string> $ignore

The output that should be ignored.

Methods

__construct(OutputInterface $output)

Create a new parallel console output instance.

void
write(iterable|string $messages, bool $newline = false, int $options = 0)

Write a message to the output.

Details

at line 31
__construct(OutputInterface $output)

Create a new parallel console output instance.

Parameters

OutputInterface $output

at line 47
void write(iterable|string $messages, bool $newline = false, int $options = 0)

Write a message to the output.

Parameters

iterable|string $messages
bool $newline
int $options

Return Value

void