Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 306 | Rev 337 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 306 Rev 321
Line 33... Line 33...
33
		$donnees['nomenclature'] = $nomenclature->getBloc();
33
		$donnees['nomenclature'] = $nomenclature->getBloc();
34
		$description = new Description($this->conteneur);
34
		$description = new Description($this->conteneur);
35
		$donnees['description'] = $description->getBloc();
35
		$donnees['description'] = $description->getBloc();
36
		$ethnobotanique = new Ethnobotanique($this->conteneur);
36
		$ethnobotanique = new Ethnobotanique($this->conteneur);
37
		$donnees['ethnobotanique'] = $ethnobotanique->getBloc();
37
		$donnees['ethnobotanique'] = $ethnobotanique->getBloc();
-
 
38
		$bibliographie = new Bibliographie($this->conteneur);
-
 
39
		$donnees['bibliographie'] = $bibliographie->getBloc();
38
		return $donnees;
40
		return $donnees;
39
	}
41
	}
Line 40... Line 42...
40
 
42
 
41
}
43
}
42
?>
44
?>