| Line 39... |
Line 39... |
| 39 |
$donnees['synonymes']['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('bdtfx');
|
39 |
$donnees['synonymes']['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees('bdtfx');
|
| 40 |
$donnees['num_type'] = $this->nomCourant->getNomSelectionne()->get('num_type');
|
40 |
$donnees['num_type'] = $this->nomCourant->getNomSelectionne()->get('num_type');
|
| 41 |
$donnees['urls'] = $this->appUrls;
|
41 |
$donnees['urls'] = $this->appUrls;
|
| 42 |
$donnees['nom_retenu_formate'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html_complet');
|
42 |
$donnees['nom_retenu_formate'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html_complet');
|
| 43 |
$donnees['basionyme_nom_retenu'] = $this->nomCourant->getNomRetenu()->get('basionyme_html_complet');
|
43 |
$donnees['basionyme_nom_retenu'] = $this->nomCourant->getNomRetenu()->get('basionyme_html_complet');
|
| 44 |
$donnees['nom_selectionne'] = $this->nomCourant->getNomSelectionne()->get('nom_sci');
|
44 |
$donnees['nom_selectionne'] = $this->nomCourant->getNomSelectionne()->get('nom_sci_html');
|
| 45 |
$donnees['nom_retenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci');
|
45 |
$donnees['nom_retenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html');
|
| Line 46... |
Line 46... |
| 46 |
|
46 |
|
| 47 |
return $donnees;
|
47 |
return $donnees;
|
| Line 48... |
Line 48... |
| 48 |
}
|
48 |
}
|
| Line 55... |
Line 55... |
| 55 |
$donnees['autresSynonymesNbre'] = count($synonymes) - 3;
|
55 |
$donnees['autresSynonymesNbre'] = count($synonymes) - 3;
|
| 56 |
return $donnees;
|
56 |
return $donnees;
|
| 57 |
}
|
57 |
}
|
| Line 58... |
Line 58... |
| 58 |
|
58 |
|
| 59 |
private function getFlores() {
|
59 |
private function getFlores() {
|
| 60 |
$nns = $this->nomCourant->getNns();
|
60 |
$nnr = $this->nomCourant->getNnr();
|
| 61 |
$flores = $this->noms->getFlores($nns);
|
61 |
$flores = $this->noms->getFlores($nnr);
|
| 62 |
$flores['resultat'] = (isset($flores['resultat']) && is_array($flores['resultat'])) ? $flores['resultat'] : array();
|
62 |
$flores['resultat'] = (isset($flores['resultat']) && is_array($flores['resultat'])) ? $flores['resultat'] : array();
|
| 63 |
return $flores['resultat'];
|
63 |
return $flores['resultat'];
|
| Line 64... |
Line 64... |
| 64 |
}
|
64 |
}
|