Interface Yiisoft\Hydrator\AttributeHandling\ResolverFactory\AttributeResolverFactoryInterface
| Implemented by | Yiisoft\ |
|---|
An interface for attribute resolver factories.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| create() | Create an attribute resolver instance. | Yiisoft\ |
Method Details
Create an attribute resolver instance.
public function create(DataAttributeInterface|ParameterAttributeInterface $attribute): mixed;
User Contributed Notes
Leave a comment
Join the conversation to share a note.