Interface Yiisoft\Validator\PostValidationHookInterface
An optional interface for validated objects to implement. It provides {@see processValidationResult()} method-based hook allowing to execute custom code after a validation {@see Result} has been formed.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| processValidationResult() | Method-based hook allowing to execute custom code after a validation {@see Result} has been formed. | Yiisoft\ |
Method Details
Method-based hook allowing to execute custom code after a validation {@see Result} has been formed.
| public abstract void processValidationResult ( Yiisoft\ | ||
| $result | Yiisoft\ |
A validation {@see \ |
public function processValidationResult(Result $result): void;
User Contributed Notes
Leave a comment
Join the conversation to share a note.