Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php22 use FreeDSx\Ldap\Search\Filter\NotFilter; alias
72 * @return NotFilter
74 public static function not(FilterInterface $filter): NotFilter
76 return new NotFilter($filter);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DNotFilter.php29 class NotFilter implements FilterInterface class
95 * @return NotFilter
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php25 use FreeDSx\Ldap\Search\Filter\NotFilter; alias
43 2 => NotFilter::class,