respect-validation/docs/Sf.md
2016-11-05 14:14:39 +01:00

268 B

Sf

  • v::sf(string $validator)

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

v::sf('Time')->validate('15:00:00');

Respect\Validation supports version >=3.0.0 of Symfony Validator.


See also: