mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
23 lines
345 B
Markdown
23 lines
345 B
Markdown
# Zend
|
|
|
|
- `Zend(mixed $validatorName)`
|
|
|
|
Use Zend validators inside Respect\Validation flow. Messages
|
|
are preserved.
|
|
|
|
```php
|
|
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:
|
|
|
|
- [Sf](Sf.md)
|