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

15 lines
194 B
Markdown

# Object
- `v::object()`
Validates if the input is an object.
```php
v::object()->validate(new stdClass); //true
```
***
See also:
* [Instance](Instance.md)
* [Attribute](Attribute.md)