counter = 0; $this->items = $items; } /** * @param array $options * @return array */ public function fetch($options) { return $this->items[$this->counter++]; } }