/**
  * current
  *
  * current object from the Collection
  *
  * @access public
  * @return EE_messenger
  */
 public function current()
 {
     return parent::current();
 }