Phan\Language\FQSEN\Alternatives::getAlternateId PHP Method

getAlternateId() public method

public getAlternateId ( ) : integer
return integer An alternate identifier associated with this FQSEN or zero if none if this is not an alternative.
    public function getAlternateId() : int
    {
        return $this->alternate_id;
    }