class OutputStamp implements StampInterface, NormalizableInterface, DenormalizableInterface (View source)

Properties

protected OutputInterface $output

Methods

__construct(OutputInterface $output = null)

OutputStamp constructor.

mixed
getOutput()

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(OutputInterface $output = null)

OutputStamp constructor.

Parameters

OutputInterface $output

mixed getOutput()

No description

Return Value

mixed

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