Line 45... |
Line 45... |
45 |
$this->donnees['synonymes']['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($this->referentiel);
|
45 |
$this->donnees['synonymes']['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($this->referentiel);
|
46 |
$this->donnees['num_type'] = $this->nomCourant->getNomSelectionne()->get('num_type');
|
46 |
$this->donnees['num_type'] = $this->nomCourant->getNomSelectionne()->get('num_type');
|
47 |
$this->donnees['urls'] = $this->appUrls;
|
47 |
$this->donnees['urls'] = $this->appUrls;
|
48 |
$this->donnees['nom_retenu_formate'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html_complet');
|
48 |
$this->donnees['nom_retenu_formate'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html_complet');
|
49 |
$this->donnees['nom_retenu_nn'] = $this->nomCourant->getNomRetenu()->get('nom_retenu.id');
|
49 |
$this->donnees['nom_retenu_nn'] = $this->nomCourant->getNomRetenu()->get('nom_retenu.id');
|
- |
|
50 |
$this->donnees['nom_retenu_source'] = $this->nomCourant->getNomRetenu()->get('source_biblio');
|
50 |
$this->donnees['basionyme_nom_retenu'] = $this->nomCourant->getNomRetenu()->get('basionyme_html_complet');
|
51 |
$this->donnees['basionyme_nom_retenu'] = $this->nomCourant->getNomRetenu()->get('basionyme_html_complet');
|
51 |
$this->donnees['basionyme_nom_retenu_nn'] = $this->nomCourant->getNomRetenu()->get('basionyme.id');
|
52 |
$this->donnees['basionyme_nom_retenu_nn'] = $this->nomCourant->getNomRetenu()->get('basionyme.id');
|
52 |
$this->donnees['nom_selectionne'] = $this->nomCourant->getNomSelectionne()->get('nom_sci_html_complet');
|
53 |
$this->donnees['nom_selectionne'] = $this->nomCourant->getNomSelectionne()->get('nom_sci_html_complet');
|
53 |
$this->donnees['nom_retenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci');
|
54 |
$this->donnees['nom_retenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci');
|
54 |
$this->donnees['wikini'] = $this->getWikini();
|
55 |
$this->donnees['wikini'] = $this->getWikini();
|
55 |
$this->donnees['hybride_parent_01'] = $this->nomCourant->getNomRetenu()->get('hybride.parent_01_html_complet');
|
56 |
$this->donnees['hybride_parent_01'] = $this->nomCourant->getNomRetenu()->get('hybride.parent_01_html_complet');
|
56 |
$this->donnees['hybride_parent_02'] = $this->nomCourant->getNomRetenu()->get('hybride.parent_02_html_complet');
|
57 |
$this->donnees['hybride_parent_02'] = $this->nomCourant->getNomRetenu()->get('hybride.parent_02_html_complet');
|
57 |
$this->donnees['hybride_parent_01_nn'] = $this->nomCourant->getNomRetenu()->get('hybride.parent_01.id');
|
58 |
$this->donnees['hybride_parent_01_nn'] = $this->nomCourant->getNomRetenu()->get('hybride.parent_01.id');
|
58 |
$this->donnees['hybride_parent_02_nn'] = $this->nomCourant->getNomRetenu()->get('hybride.parent_02.id');
|
59 |
$this->donnees['hybride_parent_02_nn'] = $this->nomCourant->getNomRetenu()->get('hybride.parent_02.id');
|
- |
|
60 |
|
Line 59... |
Line 61... |
59 |
|
61 |
|
60 |
|
62 |
|
61 |
$this->donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
|
63 |
$this->donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
|