# ObjectType - `ObjectType()` Validates if the input is an object. ```php v::objectType()->validate(new stdClass); // true ``` ## Changelog Version | Description --------|------------- 1.0.0 | Renamed from `Object` to `ObjectType` 0.3.9 | Created as `Object` *** See also: - [Attribute](Attribute.md) - [BoolType](BoolType.md) - [CallableType](CallableType.md) - [FloatType](FloatType.md) - [Instance](Instance.md) - [IntType](IntType.md) - [NullType](NullType.md) - [ObjectType](ObjectType.md) - [ResourceType](ResourceType.md) - [StringType](StringType.md) - [Type](Type.md)