コード例 #1
0
ファイル: ViewAction.php プロジェクト: hiqdev/hipanel-core
 /** {@inheritdoc} */
 public function beforeSave()
 {
     parent::beforeSave();
     if (empty($this->dataProvider->query->where)) {
         throw new BadRequestHttpException('Filtering condition are required');
     }
 }