Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 378 Bytes

AllOf.md

File metadata and controls

28 lines (19 loc) · 378 Bytes

AllOf

  • AllOf(Validatable ...$rule)

Will validate if all inner validators validates.

v::allOf(v::intVal(), v::positive())->isValid(15); // true

Categorization

  • Composite
  • Nesting

Changelog

Version Description
0.3.9 Created

See also: