# ObjectType - `v::objectType()` Validates if the input is an object. ```php v::objectType()->validate(new stdClass); // true ``` *** 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)