Home
last modified time | relevance | path

Searched refs:matchDn (Results 1 – 1 of 1) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php194 * @param bool $matchDn
197 public static function extensible(?string $attribute, string $value, ?string $rule, bool $matchDn = false): MatchingRuleFilter
199 return new MatchingRuleFilter($rule, $attribute, $value, $matchDn);
195 extensible(string $attribute, string $value, string $rule, bool $matchDn = false) global() argument