yii\elasticsearch\BatchQueryResult::key PHP Method

key() public method

This method is required by the interface [[\Iterator]].
public key ( ) : integer
return integer the index of the current row.
    public function key()
    {
        return $this->_key;
    }