respect-validation/docs/rules/ObjectType.md
Henrique Moody 10df3211f5
Add "Categorization" section to rule documentations
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-11 19:16:21 +02:00

734 B

ObjectType

  • ObjectType()

Validates whether the input is an object.

v::objectType()->validate(new stdClass); // true

Categorization

  • Objects
  • Types

Changelog

Version Description
1.0.0 Renamed from Object to ObjectType
0.3.9 Created as Object

See also: