Interface Yiisoft\RequestModel\Attribute\HandlerParameterResolverInterface
Represents action handler parameter attribute.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| resolve() | Yiisoft\ |
Method Details
| public abstract mixed resolve ( Yiisoft\ | ||
| $attribute | Yiisoft\ |
|
| $request | \ |
|
| throws | Yiisoft\ |
When value for {@see $attribute} not found. |
|---|---|---|
public function resolve(HandlerParameterAttributeInterface $attribute, ServerRequestInterface $request): mixed;
User Contributed Notes
Leave a comment
Join the conversation to share a note.