Exemple #1
0
 protected function findModel($id)
 {
     if (($model = ActionForm::findOne($id)) !== null) {
         return $model;
     } else {
         throw new NotFoundHttpException('Запрашиваемая страница не существует.');
     }
 }