Method | Description | |
---|---|---|
__construct ( array $parameters = [] ) | ||
count ( ) | ||
get ( string $key ) : mixed | ||
getIterator ( ) | ||
has ( string $key ) : boolean | ||
toArray ( ) : array | ||
with ( |
Returns a new instance which will include the passed parameter. If a parameter with that key already exist, it WILL NOT be overridden. | |
without ( string $key ) : self |
public __construct ( array $parameters = [] ) | ||
$parameters | array | Keys/values pair of parameters |
public with ( |
||
$parameter | ||
return | self |