ResolverConstantCallback
in package
Private helper which produces a dummy callback.
Table of Contents
Properties
- $value : mixed
Methods
- __construct() : mixed
- Class constructor.
- __invoke() : mixed
- Invoke function.
Properties
$value
private
mixed
$value
Methods
__construct()
Class constructor.
public
__construct(mixed $value) : mixed
Parameters
- $value : mixed
-
The value to be returned by the dummy callback.
__invoke()
Invoke function.
public
__invoke() : mixed