Пример #1
0
 public function handleArchive($items)
 {
     foreach ($items as $id) {
         $this->errorEntity->archive($id);
     }
     $this->redrawControl();
 }
Пример #2
0
 public function handleArchive($id)
 {
     $this->errorEntity->archive($id);
     $this->redrawControl();
 }