Interface Yiisoft\Hydrator\Attribute\Parameter\ParameterAttributeResolverInterface
An interface for resolvers of attributes that implement {@see ParameterAttributeInterface}.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getParameterValue() | Returns the resolved from specified attribute value object. | Yiisoft\ |
Method Details
Returns the resolved from specified attribute value object.
| public abstract Yiisoft\ | ||
| $attribute | Yiisoft\ |
The attribute to be resolved. |
| $context | Yiisoft\ |
The context of value resolving from attribute. |
| return | Yiisoft\ |
The resolved from specified attribute value object. |
|---|---|---|
public function getParameterValue(
ParameterAttributeInterface $attribute,
ParameterAttributeResolveContext $context,
): Result;
User Contributed Notes
Leave a comment
Join the conversation to share a note.