Elastica\Multi\ResultSet::offsetGet PHP Method

offsetGet() public method

public offsetGet ( mixed $offset ) : mixed
$offset mixed
return mixed Can return all value types.
    public function offsetGet($offset)
    {
        return isset($this->_resultSets[$offset]) ? $this->_resultSets[$offset] : null;
    }