class ParallelConsoleOutput extends ConsoleOutput (View source)

Properties

protected OutputInterface $output

The original output instance.

protected array $ignore

The output that should be ignored.

Methods

__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

__construct(OutputInterface $output)

Create a new Parallel ConsoleOutput instance.

Parameters

OutputInterface $output

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

Writes a message to the output.

Parameters

string|iterable $messages
bool $newline
int $options

Return Value

void