BetterReflection\Reflection\ReflectionType::getTypeObject PHP Method

getTypeObject() public method

Get a PhpDocumentor type object for this type
public getTypeObject ( ) : phpDocumentor\Reflection\Type
return phpDocumentor\Reflection\Type
    public function getTypeObject()
    {
        return $this->type;
    }