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<string, string> getValidationPropertyLabels ( )
return array<string, string>

A set of property labels.

                public function getValidationPropertyLabels(): array;