0 follower

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

Hide inherited methods

Method Description Defined By
getResolver() A matching resolver name or an instance used for processing this attribute. Yiisoft\Hydrator\Attribute\Data\DataAttributeInterface

Method Details

Hide inherited methods

getResolver() public abstract method

A matching resolver name or an instance used for processing this attribute.

public abstract Yiisoft\Hydrator\Attribute\Data\DataAttributeResolverInterface|string getResolver ( )
return Yiisoft\Hydrator\Attribute\Data\DataAttributeResolverInterface|string

An attribute resolver name or an instance.

                public function getResolver(): string|DataAttributeResolverInterface;