trait HasProviderContext

Properties

protected string|null $contextNamespace

The unique context namespace for this provider instance.

Methods

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

No description

mixed
setContext(string $key, mixed $value)

No description

mixed
getOrSetContext(string $key, mixed $value)

No description

string
getContextKey(string $key)

No description

Details

at line 19
mixed getContext(string $key, mixed $default = null)

No description

Parameters

string $key
mixed $default

Return Value

mixed

at line 24
mixed setContext(string $key, mixed $value)

No description

Parameters

string $key
mixed $value

Return Value

mixed

at line 29
mixed getOrSetContext(string $key, mixed $value)

No description

Parameters

string $key
mixed $value

Return Value

mixed

at line 34
protected string getContextKey(string $key)

No description

Parameters

string $key

Return Value

string