LdapTools\Query\Builder\ADFilterBuilder::groupIsGlobal PHP 메소드

groupIsGlobal() 공개 메소드

Checks for groups that are global in scope.
사용 중단: Use the scopeGlobal schema attribute instead.
public groupIsGlobal ( ) : MatchingRule
리턴 LdapTools\Query\Operator\MatchingRule
    public function groupIsGlobal()
    {
        return $this->groupIsType(GroupTypeFlags::GLOBAL_GROUP);
    }