ParameterCollection
in package
FinalYes
Tags
Table of Contents
Properties
- $parameters : array<string|int, mixed>
Methods
- fromArray() : self
- get() : string
- has() : bool
- __construct() : mixed
Properties
$parameters read-only
private
array<string|int, mixed>
$parameters
Methods
fromArray()
public
static fromArray(array<string|int, mixed> $parameters) : self
Parameters
- $parameters : array<string|int, mixed>
Tags
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|int, mixed> $parameters) : mixed
Parameters
- $parameters : array<string|int, mixed>