BetterReflection\Reflection\ReflectionType::getTypeObject PHP 메소드

getTypeObject() 공개 메소드

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