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

isProtected() public method

public isProtected ( ) : boolean
return boolean True if this is a protected property
    public function isProtected() : bool
    {
        return Flags::bitVectorHasState($this->getFlags(), \ast\flags\MODIFIER_PROTECTED);
    }