BaggageBuilderInterface
in
Table of Contents
Methods
Methods
build()
public
build() : BaggageInterface
Return values
BaggageInterfaceremove()
public
remove(string $key) : BaggageBuilderInterface
Parameters
- $key : string
Tags
Return values
BaggageBuilderInterfaceset()
public
set(string $key, mixed $value[, MetadataInterface|null $metadata = null ]) : BaggageBuilderInterface
Parameters
- $key : string
- $value : mixed
- $metadata : MetadataInterface|null = null