/**
  * Gets the current Model object in the collection
  * This is where the hydration takes place.
  *
  * @see PropelObjectFormatter::getAllObjectsFromRow()
  *
  * @return BaseObject
  */
 public function current()
 {
     return $this->formatter->getAllObjectsFromRow($this->currentRow);
 }