LdapTools\Query\Builder\ADFilterBuilder::groupIsUniversal PHP Méthode

groupIsUniversal() public méthode

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