コード例 #1
0
	public static function getResponsableInformation() {
		//Creation d'une fiche ResponsableInformation
		$responsableInformation = new ResponsableInformation();
		$responsableInformation->setPersContact('0');
		return $responsableInformation;
	}