Implementation of \Iterator::current().
This is called when entering a loop iteration, returning the current row.
public function current() : mixed { return $this->currentRow; }