respect-validation/docs/rules/Zend.md
2018-08-23 02:12:44 +02:00

345 B

Zend

  • Zend(mixed $validatorName)

Use Zend validators inside Respect\Validation flow. Messages are preserved.

v::zend('Hostname')->validate('google.com');

Respect\Validation supports version >=2.0.3 of Zend\Validator.

Changelog

Version Description
0.3.9 Created

See also: