Baggage
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $values : array<string|int, mixed>
Methods
- __construct() : mixed
- all() : array<string, string>
- empty() : self
- get() : string|null
- isEmpty() : bool
- with() : self
Properties
$values
public
array<string|int, mixed>
$values
Methods
__construct()
public
__construct(array<string, string> $values) : mixed
Parameters
- $values : array<string, string>
all()
public
all() : array<string, string>
Return values
array<string, string>empty()
public
static empty() : self
Return values
selfget()
public
get(string $key) : string|null
Parameters
- $key : string
Return values
string|nullisEmpty()
public
isEmpty() : bool
Return values
boolwith()
public
with(string $key, string $value) : self
Parameters
- $key : string
- $value : string