0 follower

Interface Yiisoft\Validator\LabelsProviderInterface

Implemented byYiisoft\Validator\DataSet\ObjectDataSet

Provides data property labels.

Method Details

Hide inherited methods

getValidationPropertyLabels() public abstract method

public abstract array getValidationPropertyLabels ( )
return array

A set of property labels.

                public function getValidationPropertyLabels(): array;