Interface Yiisoft\Hydrator\Validator\ValidatedInputInterface
| Extends | Yiisoft\ |
|---|
Used for objects that can be validated. It provides a method to get validation result.
You can use {@see \
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getValidationResult() | Returns validation result. | Yiisoft\ |
Method Details
Returns validation result.
| public abstract \ | ||
| return | \ |
Validation result. |
|---|---|---|
| throws | LogicException |
When validation result is not set. |
public function getValidationResult(): Result;
User Contributed Notes
Leave a comment
Join the conversation to share a note.