HasContextInterface
interface HasContextInterface (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
at line 20
mixed
getContext(string|null $key = null, mixed|null $default = null)
Get context values.
at line 29
HasContextInterface
with(string|array $key, mixed $value = null)
Add context values.