| 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 |
$classification = new Classification($this->conteneur);
|
| - |
|
39 |
$donnees['classification'] = $classification->getBloc();
|
| 38 |
$bibliographie = new Bibliographie($this->conteneur);
|
40 |
$bibliographie = new Bibliographie($this->conteneur);
|
| 39 |
$donnees['bibliographie'] = $bibliographie->getBloc();
|
41 |
$donnees['bibliographie'] = $bibliographie->getBloc();
|
| 40 |
return $donnees;
|
42 |
return $donnees;
|
| 41 |
}
|
43 |
}
|