コード例 #1
0
ファイル: BaseResponsableEleve.php プロジェクト: rhertzog/lcs
	/**
	 * @param	AbsenceEleveNotification $absenceEleveNotification The absenceEleveNotification object to add.
	 */
	protected function doAddAbsenceEleveNotification($absenceEleveNotification)
	{
		$jNotificationResponsableEleve = new JNotificationResponsableEleve();
		$jNotificationResponsableEleve->setAbsenceEleveNotification($absenceEleveNotification);
		$this->addJNotificationResponsableEleve($jNotificationResponsableEleve);
	}
コード例 #2
0
	/**
	 * @param	JNotificationResponsableEleve $jNotificationResponsableEleve The jNotificationResponsableEleve object to add.
	 */
	protected function doAddJNotificationResponsableEleve($jNotificationResponsableEleve)
	{
		$this->collJNotificationResponsableEleves[]= $jNotificationResponsableEleve;
		$jNotificationResponsableEleve->setAbsenceEleveNotification($this);
	}