Phan\Language\Element\AddressableElement::getReferenceList PHP 메소드

getReferenceList() 공개 메소드

public getReferenceList ( ) : array
리턴 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;
    }