コード例 #1
0
ファイル: SessionAdmin.php プロジェクト: daffef/chamilo-lms
 /**
  * Very important in order to save the related entities!
  * @param \Chamilo\CoreBundle\Entity\Session $session
  * @return mixed|void
  */
 public function preUpdate($session)
 {
     $session->setCourses($session->getCourses());
 }