/**
  * current
  *
  * @return KVDdom_DomainObject
  */
 public function current()
 {
     return $this->collection->current();
 }