Phan\Language\Element\AddressableElementInterface::getReferenceCount PHP 메소드

getReferenceCount() 공개 메소드

public getReferenceCount ( CodeBase $code_base ) : integer
$code_base Phan\CodeBase Some elements may need access to the code base to figure out their total reference count.
리턴 integer The number of references to this typed structural element
    public function getReferenceCount(CodeBase $code_base) : int;