Home
last modified time | relevance | path

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

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