respect-validation/docs/Object.md
2015-08-20 01:38:41 -03:00

194 B

Object

  • v::object()

Validates if the input is an object.

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

See also: