Documentation

ParameterCollection
in package

Read onlyYes
FinalYes
Tags
immutable
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

Table of Contents

Properties

$parameters  : array<string, string>

Methods

fromArray()  : self
get()  : string
has()  : bool
__construct()  : mixed

Properties

Methods

fromArray()

public static fromArray(array<string, string> $parameters) : self
Parameters
$parameters : array<string, string>
Return values
self

get()

public get(string $name) : string
Parameters
$name : string
Tags
throws
ParameterDoesNotExistException
Return values
string

__construct()

private __construct(array<string, string> $parameters) : mixed
Parameters
$parameters : array<string, string>
On this page

Search results