yii\elasticsearch\BatchQueryResult::key PHP Метод

key() публичный Метод

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