Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php210 return [$endAt, $this->getComparisonFilterObject((string) $filterType, $attribute, $value)];
283 protected function getComparisonFilterObject(string $operator, string $attribute, string $value): FilterInterface
275 protected function getComparisonFilterObject(string $operator, string $attribute, string $value): FilterInterface global() function in FreeDSx\\Ldap\\Search\\FilterParser