class ResolverConstantCallback

Private helper which produces a dummy callback.

Methods

__construct(mixed $value)

Class constructor.

mixed
__invoke()

Invoke function.

Details

at line 141
__construct(mixed $value)

Class constructor.

Parameters

mixed $value The value to be returned by the dummy callback.

at line 150
mixed __invoke()

Invoke function.

Return Value

mixed