Interface Yiisoft\Validator\PropagateOptionsInterface
| Implemented by | Yiisoft\ |
|---|
An optional interface for rules to implement. Allows to propagate their common options' values to child rules as an alternative way of specifying them explicitly in every child rule.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| propagateOptions() | A method for implementing propagation options' values from parent to child rules. | Yiisoft\ |
Method Details
A method for implementing propagation options' values from parent to child rules.
| public abstract void propagateOptions ( ) |
public function propagateOptions(): void;
User Contributed Notes
Leave a comment
Join the conversation to share a note.