Phan\Language\Element\AddressableElement::getReferenceList PHP Method

getReferenceList() public method

public getReferenceList ( ) : array
return array A list of references to this typed structural element.
    public function getReferenceList() : array
    {
        if (!empty($this->reference_list)) {
            return $this->reference_list;
        }
        return $this->reference_list;
    }