Example #1
0
 /**
  * Implement Iterator
  *
  * @return AbstractModel
  */
 public function current()
 {
     return $this->current->current();
 }