Example #1
0
 /**
  * Returns the current element
  *
  * @return mixed|null
  */
 public function current()
 {
     return $this->_collection->getItemAt($this->_currentIndex);
 }