mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
472 B
472 B
ObjectType
ObjectType()
Validates if the input is an object.
v::objectType()->validate(new stdClass); // true
See also: