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