コード例 #1
0
ファイル: ErrorGrid.php プロジェクト: RiKap/ErrorMonitoring
 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();
 }