Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterInterface.php38 public const FILTER_LTE = '<='; define
52 self::FILTER_LTE,
H A DLessThanOrEqualFilter.php24 protected const FILTER_TYPE = self::FILTER_LTE;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php277 if ($operator === FilterInterface::FILTER_LTE) {