Example #1
0
 /** {@inheritDoc} */
 public function current()
 {
     $this->initialize();
     return $this->collection->current();
 }