Copied!

MutableOptionsBag

MutableOptionsBag.php : 11
Extends OptionsBag

Methods

publicall()

OptionsBag.php : 13
public all() : array<string|int, mixed>

Return values

array<string|int, mixed>

publicget()

OptionsBag.php : 20
public get(string $key[, mixed|null $default = null ]) : mixed|null

Parameters

Name Type Default value Description
$key string - -
$default mixed|null null -

Return values

mixed|null

publichas()

OptionsBag.php : 22
public has(string $key) : bool

Parameters

Name Type Default value Description
$key string - -

Return values

bool

publicremove()

MutableOptionsBag.php : 18
public remove(string $key) : void

Parameters

Name Type Default value Description
$key string - -

publicset()

MutableOptionsBag.php : 16
public set(string $key, mixed|null $value) : void

Parameters

Name Type Default value Description
$key string - -
$value mixed|null - -