Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php108 if (($range = $this->getRangeOption($attribute)) === null) {
127 if (($range = $this->getRangeOption($attribute)) === null || !$this->hasMoreValues($attribute)) {
145 if (($range = $this->getRangeOption($attrResult)) === null) {
192 protected function getRangeOption(Attribute $attribute): ?Option
189 protected function getRangeOption(Attribute $attribute): ?Option global() function in FreeDSx\\Ldap\\Search\\RangeRetrieval