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