respect-validation/docs/ObjectType.md
2015-10-07 12:44:19 -03:00

206 B

ObjectType

  • v::objectType()

Validates if the input is an object.

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

See also: