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

groupIsDomainLocal() public method

Checks for groups that are domain local in scope.
Deprecation: Use the scopeDomainLocal schema attribute instead.
public groupIsDomainLocal ( ) : MatchingRule
return LdapTools\Query\Operator\MatchingRule
    public function groupIsDomainLocal()
    {
        return $this->groupIsType(GroupTypeFlags::DOMAIN_LOCAL_GROUP);
    }