Esempio n. 1
0
 public function handleArchive($items)
 {
     foreach ($items as $id) {
         $this->errorEntity->archive($id);
     }
     $this->redrawControl();
 }
 public function handleArchive($id)
 {
     $this->errorEntity->archive($id);
     $this->redrawControl();
 }