コード例 #1
0
ファイル: Presenter.php プロジェクト: ytnuk/link
 public function actionEdit(int $id)
 {
     if (!($this->entity = $this->repository->getById($id))) {
         $this->error();
     }
 }