respect-validation/docs/Object.md
2015-02-12 14:37:33 -02:00

190 B

Object

  • v::object()

Validates if the input is an object.

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

See also: