respect-validation/docs/ObjectType.md
Henrique Moody e203f8aec5
Apply contribution guidelines to "ObjectType" rule
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-05-19 19:12:59 +02:00

624 B

ObjectType

  • ObjectType()

Validates whether 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: