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;