Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DResultSet.php21 protected $_resultSets = []; variable in Elastica\\Multi\\ResultSet
41 $this->_resultSets = $resultSets;
49 return $this->_resultSets;
84 return $this->_resultSets[$this->key()];
108 return isset($this->_resultSets[$this->key()]);
124 return \count($this->_resultSets);
132 return isset($this->_resultSets[$offset]);
143 return $this->_resultSets[$offset] ?? null;
152 $this->_resultSets[] = $value;
154 $this->_resultSets[
[all...]