NoopResponsePropagator
in package
implements
ResponsePropagatorInterface
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $instance : self|null
Methods
- getInstance() : self
- inject() : void
- Injects specific values from the provided {@see ContextInterface} into the provided carrier via an {@see PropagationSetterInterface}.
Properties
$instance
private
static self|null
$instance
= null
Methods
getInstance()
public
static getInstance() : self
Return values
selfinject()
Injects specific values from the provided {@see ContextInterface} into the provided carrier via an {@see PropagationSetterInterface}.
public
inject(mixed &$carrier[, PropagationSetterInterface|null $setter = null ][, ContextInterface|null $context = null ]) : void
Parameters
- $carrier : mixed
- $setter : PropagationSetterInterface|null = null
- $context : ContextInterface|null = null
Attributes
- #[Override]