class AggregateOutput implements OutputInterface, NormalizableInterface, DenormalizableInterface (View source)

Properties

protected OutputInterface[] $outputs

Methods

__construct(array $outputs = [])

AggregateOutput constructor.

addOutput(OutputInterface $output)

No description

write($message)

No description

normalize(NormalizerInterface $normalizer, string $format = null, array $context = [])

No description

denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])

No description

Details

__construct(array $outputs = [])

AggregateOutput constructor.

Parameters

array $outputs

addOutput(OutputInterface $output)

No description

Parameters

OutputInterface $output

write($message)

No description

Parameters

$message

normalize(NormalizerInterface $normalizer, string $format = null, array $context = [])

No description

Parameters

NormalizerInterface $normalizer
string $format
array $context

denormalize(DenormalizerInterface $denormalizer, $data, string $format = null, array $context = [])

No description

Parameters

DenormalizerInterface $denormalizer
$data
string $format
array $context