trait HasContextTrait (View source)

Methods

mixed
getContext(string|null $key = null, mixed|null $default = null)

Get context values.

with(string|array $key, mixed $value = null)

Add context values.

Details

mixed getContext(string|null $key = null, mixed|null $default = null)

Get context values.

Parameters

string|null $key
mixed|null $default

Return Value

mixed

HasContextTrait with(string|array $key, mixed $value = null)

Add context values.

Parameters

string|array $key mixed> $key
mixed $value

Return Value

HasContextTrait $this