tao-test/app/vendor/respect/validation/docs/rules/Sf.md

20 lines
297 B
Markdown
Raw Normal View History

2022-08-29 20:14:13 +02:00
# Sf
- `v::sf(string $validator)`
Use Symfony2 validators inside Respect\Validation flow. Messages
are preserved.
```php
v::sf('Time')->validate('15:00:00');
```
You must add `"symfony/validator": "~2.6"` to your `require` property on composer.json file.
***
See also:
* [Zend](Zend.md)