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