コード例 #1
0
ファイル: OverwievPresenter.php プロジェクト: VNovotna/MP2014
 public function handleAddAdmin($id)
 {
     $this->userRepo->addSystemAdmin($id);
     $this->flashMessage('Admin přidán', 'success');
     $this->redrawControl();
     $this->redrawControl();
 }