trait ParametersTrait

Class ParametersMutatorsTrait.

Methods

$this
setParameters( array $parameters)

No description

array|null
getParameters()

No description

bool
hasParameters()

No description

$this
clearParameters()

No description

bool
hasParameterByValue( mixed $parameter)

No description

bool
hasParameter( string $index)

No description

string|null
getParameter( string $index)

No description

$this
setParameter( mixed $parameter, string $index = null)

No description

$this
removeParameter( string $index)

No description

$this
removeParameterByValue($parameter)

No description

Details

at line line 40
$this setParameters( array $parameters)

Parameters

array $parameters

Return Value

$this

at line line 50
array|null getParameters()

Return Value

array|null

at line line 58
bool hasParameters()

Return Value

bool

at line line 66
$this clearParameters()

Return Value

$this

at line line 78
bool hasParameterByValue( mixed $parameter)

Parameters

mixed $parameter

Return Value

bool

at line line 88
bool hasParameter( string $index)

Parameters

string $index

Return Value

bool

at line line 98
string|null getParameter( string $index)

Parameters

string $index

Return Value

string|null

at line line 109
$this setParameter( mixed $parameter, string $index = null)

Parameters

mixed $parameter
string $index

Return Value

$this

at line line 125
$this removeParameter( string $index)

Parameters

string $index

Return Value

$this

at line line 139
$this removeParameterByValue($parameter)

Parameters

$parameter

Return Value

$this