LdapTools\Query\Builder\ADFilterBuilder::groupIsUniversal PHP Метод

groupIsUniversal() публичный Метод

Checks for groups that are universal in scope.
Устаревший: Use the scopeUniversal schema attribute instead.
public groupIsUniversal ( ) : MatchingRule
Результат LdapTools\Query\Operator\MatchingRule
    public function groupIsUniversal()
    {
        return $this->groupIsType(GroupTypeFlags::UNIVERSAL_GROUP);
    }