Exemplo n.º 1
0
	/**
	 * @param	JNotificationResponsableEleve $jNotificationResponsableEleve The jNotificationResponsableEleve object to add.
	 */
	protected function doAddJNotificationResponsableEleve($jNotificationResponsableEleve)
	{
		$this->collJNotificationResponsableEleves[]= $jNotificationResponsableEleve;
		$jNotificationResponsableEleve->setResponsableEleve($this);
	}
Exemplo n.º 2
0
	/**
	 * @param	ResponsableEleve $responsableEleve The responsableEleve object to add.
	 */
	protected function doAddResponsableEleve($responsableEleve)
	{
		$jNotificationResponsableEleve = new JNotificationResponsableEleve();
		$jNotificationResponsableEleve->setResponsableEleve($responsableEleve);
		$this->addJNotificationResponsableEleve($jNotificationResponsableEleve);
	}