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

Properties

protected MercureService $service
protected string $processId

Methods

__construct(MercureService $service = null, string $processId = null)

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(MercureService $service = null, string $processId = null)

No description

Parameters

MercureService $service
string $processId

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