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