コード例 #1
0
ファイル: RunMixin.php プロジェクト: cass-project/cass
 protected function saveBackdropAwareEntityChanges(BackdropEntityAware $entity)
 {
     if ($entity instanceof Profile) {
         $this->profileService->saveProfile($entity);
     } else {
         throw new \Exception('Invalid entity: unable to save entity');
     }
 }