Copied!

Context

Context.php : 16
Final
Implements OptionsBag, ArrayAccess

Methods

public__construct()

Context.php : 24
public __construct([array<string, mixed> $data = [] ])

Parameters

Name Type Default value Description
$data array<string, mixed> [] -

publicall()

Context.php : 32
public all() : array<string, mixed>

Return values

array<string, mixed>

publicget()

Context.php : 42
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()

Context.php : 51
public has(string $key) : bool

Parameters

Name Type Default value Description
$key string - -

Return values

bool

publicoffsetExists()

Context.php : 56
public offsetExists(mixed $offset) : bool

Parameters

Name Type Default value Description
$offset mixed - -

Return values

bool

publicoffsetGet()

Context.php : 64
public offsetGet(mixed $offset) : mixed

Parameters

Name Type Default value Description
$offset mixed - -
Attributes
#[ReturnTypeWillChange]

publicoffsetSet()

Context.php : 70
public offsetSet(mixed $offset, mixed $value) : void

Parameters

Name Type Default value Description
$offset mixed - -
$value mixed - -

publicoffsetUnset()

Context.php : 75
public offsetUnset(mixed $offset) : void

Parameters

Name Type Default value Description
$offset mixed - -