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);
    }