Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php72 return (new self($filter))->parseFilterString(0, true)[1];
82 protected function parseFilterString(int $startAt, bool $isRoot = false): array
149 [$startAt, $childFilter] = $this->parseFilterString($startAt ?? 0);
78 protected function parseFilterString(int $startAt, bool $isRoot = false): array global() function in FreeDSx\\Ldap\\Search\\FilterParser