mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
642 B
642 B
BoolType
BoolType()
Validates if the input is a boolean value:
v::boolType()->validate(true); // true
v::boolType()->validate(false); // true
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Renamed from Bool to BoolType |
| 0.3.9 | Created as Bool |
See also: