AggregateOutput
class AggregateOutput implements OutputInterface, NormalizableInterface, DenormalizableInterface (View source)
Properties
protected OutputInterface[] | $outputs |
Methods
__construct(array $outputs = [])
AggregateOutput constructor.
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.
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