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.php22 use FreeDSx\Ldap\Search\Filter\PresentFilter; alias
129 * @return PresentFilter
131 public static function present(string $attribute): PresentFilter
133 return new PresentFilter($attribute);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php26 use FreeDSx\Ldap\Search\Filter\PresentFilter; alias
47 7 => PresentFilter::class,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DPresentFilter.php25 class PresentFilter implements FilterInterface class