Phan\Language\Element\AddressableElement::isProtected PHP Метод

isProtected() публичный Метод

public isProtected ( ) : boolean
Результат boolean True if this is a protected property
    public function isProtected() : bool
    {
        return Flags::bitVectorHasState($this->getFlags(), \ast\flags\MODIFIER_PROTECTED);
    }