PropagationGetterInterface
in
Tags
Table of Contents
Methods
- get() : string|null
- Gets the value of a given key from a carrier.
- keys() : array<int, string>
- Returns the list of all the keys in the carrier.
Methods
get()
Gets the value of a given key from a carrier.
public
get(mixed $carrier, string $key) : string|null
Parameters
- $carrier : mixed
- $key : string
Return values
string|nullkeys()
Returns the list of all the keys in the carrier.
public
keys(mixed $carrier) : array<int, string>
Parameters
- $carrier : mixed