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

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

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