ObjectType()
Validates whether the input is an object.
v::objectType()->isValid(new stdClass); // true
- Objects
- Types
Version | Description |
---|---|
1.0.0 | Renamed from Object to ObjectType |
0.3.9 | Created as Object |
See also:
ObjectType()
Validates whether the input is an object.
v::objectType()->isValid(new stdClass); // true
Version | Description |
---|---|
1.0.0 | Renamed from Object to ObjectType |
0.3.9 | Created as Object |
See also: