Home
last modified time | relevance | path

Searched refs:ApproximateFilter (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php16 use FreeDSx\Ldap\Search\Filter\ApproximateFilter; alias
207 * @return ApproximateFilter
209 public static function approximate(string $attribute, string $value): ApproximateFilter
211 return new ApproximateFilter($attribute, $value);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php19 use FreeDSx\Ldap\Search\Filter\ApproximateFilter; alias
49 8 => ApproximateFilter::class,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DApproximateFilter.php19 class ApproximateFilter implements FilterInterface class