PhpParser\Node\Stmt\ClassConst::isProtected PHP Method

isProtected() public method

public isProtected ( )
    public function isProtected()
    {
        return (bool) ($this->flags & Class_::MODIFIER_PROTECTED);
    }