mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
15 lines
194 B
Markdown
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)
|