Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php106 public function hasMoreValues(Attribute $attribute): bool
127 if (($range = $this->getRangeOption($attribute)) === null || !$this->hasMoreValues($attribute)) {
180 while ($this->hasMoreValues($attribute)) {
103 public function hasMoreValues(Attribute $attribute): bool global() function in FreeDSx\\Ldap\\Search\\RangeRetrieval