Elastica\Multi\ResultSet::offsetExists PHP Method

offsetExists() public method

public offsetExists ( string | integer $offset ) : boolean
$offset string | integer
return boolean true on success or false on failure.
    public function offsetExists($offset)
    {
        return isset($this->_resultSets[$offset]);
    }