ParameterCollection
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $parameters : array<string, string>
Methods
- fromArray() : self
- get() : string
- has() : bool
- __construct() : mixed
Properties
$parameters
private
array<string, string>
$parameters
Methods
fromArray()
public
static fromArray(array<string, string> $parameters) : self
Parameters
- $parameters : array<string, string>
Return values
selfget()
public
get(string $name) : string
Parameters
- $name : string
Tags
Return values
stringhas()
public
has(string $name) : bool
Parameters
- $name : string
Return values
bool__construct()
private
__construct(array<string, string> $parameters) : mixed
Parameters
- $parameters : array<string, string>