respect-validation/docs/ObjectType.md
Henrique Moody 00d300f762
Add changelog to rules' documentation
Also:
- Create documentation for `Base` rule;
- Increase number of rules
2017-03-28 11:22:58 +02:00

610 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: