Ejemplo n.º 1
0
 /**
  * Update all feeds
  *
  * @return void
  */
 public function updateAll()
 {
     foreach ($this->repository->findAll() as $feed) {
         $feed->update($this->om, $this->itemService);
     }
 }