ResponseHeaders
in package
FinalYes
Table of Contents
Properties
- $data : array<string|int, mixed>
Methods
- __construct() : mixed
- all() : array<string|int, mixed>
- get() : string
- has() : bool
- remove() : self
- set() : self
Properties
$data
private
array<string|int, mixed>
$data
= []
Methods
__construct()
public
__construct() : mixed
all()
public
all() : array<string|int, mixed>
Return values
array<string|int, mixed>get()
public
get(string $name) : string
Parameters
- $name : string
Return values
stringhas()
public
has(string $name) : bool
Parameters
- $name : string
Return values
boolremove()
public
remove(string $name) : self
Parameters
- $name : string
Return values
selfset()
public
set(string $name, string $value) : self
Parameters
- $name : string
- $value : string