/**
  * Returns the row (assoc array) at current cursor position.
  *
  * @return array
  */
 public function current()
 {
     return $this->result->getCurrentRow();
 }