Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php24 use FreeDSx\Ldap\Search\Filter\PresentFilter; alias
131 * @return PresentFilter
133 public static function present(string $attribute): PresentFilter
135 return new PresentFilter($attribute);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DPresentFilter.php27 class PresentFilter implements FilterInterface class
60 * @return PresentFilter
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php27 use FreeDSx\Ldap\Search\Filter\PresentFilter; alias
48 7 => PresentFilter::class,