public function getNext() { $file = array_shift($this->_ids); if ($file === null) { return null; } $this->_set->loadById($file); return $this->_set; }