Interface Yiisoft\Middleware\Dispatcher\ParametersResolverInterface
| Implemented by | Yiisoft\ |
|---|
Resolves parameters of PSR-15 middleware that are provided as callable.
You may implement this interface if you want to introduce custom dependencies or inject additional data from
the {@see \
Public Methods
| Method | Description | Defined By |
|---|---|---|
| resolve() | Resolve parameters of a PSR-15 middleware the provided as callable. | Yiisoft\ |
Method Details
Resolve parameters of a PSR-15 middleware the provided as callable.
| public abstract array resolve ( ReflectionParameter[] $parameters, \ | ||
| $parameters | ReflectionParameter[] | |
| $request | \ |
|
public function resolve(array $parameters, ServerRequestInterface $request): array;
User Contributed Notes
Leave a comment
Join the conversation to share a note.