LdapTools\Query\Builder\ADFilterBuilder::groupIsGlobal PHP Method

groupIsGlobal() public method

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