Phan\Language\FQSEN\FullyQualifiedClassName::asType PHP Method

asType() public method

public asType ( ) : Type
return Phan\Language\Type The type of this class
    public function asType() : Type
    {
        return Type::fromFullyQualifiedString((string) $this);
    }