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

groupIsUniversal() public method

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