Phan\Language\FQSEN\FullyQualifiedGlobalStructuralElement::__toString PHP Method

__toString() public method

public __toString ( ) : string
return string A string representation of this fully-qualified structural element name.
    public function __toString() : string
    {
        return $this->memoize(__METHOD__, function () {
            return static::toString($this->getNamespace(), $this->getName(), $this->getAlternateId());
        });
    }