mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
588 B
588 B
ObjectType
ObjectType()
Validates if the input is an object.
v::objectType()->validate(new stdClass); // true
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Renamed from Object to ObjectType |
| 0.3.9 | Created as Object |
See also: