Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 389 Rev 422
Line 40... Line 40...
40
		$donnees['ethnobotanique'] = $ethnobotanique->getBloc();
40
		$donnees['ethnobotanique'] = $ethnobotanique->getBloc();
41
		$classification = new Classification($this->conteneur);
41
		$classification = new Classification($this->conteneur);
42
		$donnees['classification'] = $classification->getBloc();
42
		$donnees['classification'] = $classification->getBloc();
43
		$bibliographie = new Bibliographie($this->conteneur);
43
		$bibliographie = new Bibliographie($this->conteneur);
44
		$donnees['bibliographie'] = $bibliographie->getBloc();
44
		$donnees['bibliographie'] = $bibliographie->getBloc();
-
 
45
		$statut = new Statut($this->conteneur);
-
 
46
		$donnees['statut'] = $statut->obtenirDonnees();
-
 
47
		$ecologie = new Ecologie($this->conteneur);
-
 
48
		$donnees['ecologie'] = $ecologie->obtenirDonnees();
45
		return $donnees;
49
		return $donnees;
46
	}
50
	}
Line 47... Line 51...
47
 
51
 
48
}
52
}
49
?>
53
?>