Interface Yiisoft\Hydrator\Attribute\Data\DataAttributeInterface
An interface for data attributes (allowed only in classes). Can be used to change the way data to be assigned is obtained.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getResolver() | A matching resolver name or an instance used for processing this attribute. | Yiisoft\ |
Method Details
A matching resolver name or an instance used for processing this attribute.
| public abstract Yiisoft\ | ||
| return | Yiisoft\ |
An attribute resolver name or an instance. |
|---|---|---|
public function getResolver(): string|DataAttributeResolverInterface;
User Contributed Notes
Leave a comment
Join the conversation to share a note.