Interface Yiisoft\Validator\LabelsProviderInterface
| Implemented by | Yiisoft\Validator\DataSet\ObjectDataSet |
|---|
Provides data property labels.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getValidationPropertyLabels() | Yiisoft\Validator\LabelsProviderInterface |
Method Details
| public abstract array | ||
| return | array |
A set of property labels. |
|---|---|---|
public function getValidationPropertyLabels(): array;
Signup or Login in order to comment.