|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| add (ValidatorInterface $validator) | |
| validate ($className) | |
Protected Attributes | |
| $_validators = [] | |
Definition at line 8 of file Validator.php.
| add | ( | ValidatorInterface | $validator | ) |
Add validator
| ValidatorInterface | $validator |
Definition at line 21 of file Validator.php.
| validate | ( | $className | ) |
Validate class
| string | $className |
Implements ValidatorInterface.
Definition at line 33 of file Validator.php.
|
protected |
Definition at line 13 of file Validator.php.