Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 977 | Rev 1130 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 977 Rev 1051
1
<?php
1
<?php
2
// declare(encoding='UTF-8');
2
// declare(encoding='UTF-8');
3
/**
3
/**
4
 * Classe mère du module Liste.
4
 * Classe mère du module Liste.
5
 *
5
 *
6
 * @category	PHP 5.2
6
 * @category	PHP 5.2
7
 * @package		eflore-consultation
7
 * @package		eflore-consultation
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
9
 * @author		Delphine CAUQUIL <delphine@tela-botanica.org>
9
 * @author		Delphine CAUQUIL <delphine@tela-botanica.org>
10
 * @copyright	2011 Tela-Botanica
10
 * @copyright	2011 Tela-Botanica
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
12
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
12
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
13
 * @version		$Id$
13
 * @version		$Id$
14
 */
14
 */
15
class Nomenclature extends aControleur {
15
class Nomenclature extends aControleur {
16
 
16
 
17
	private $conteneur = null;
17
	private $conteneur = null;
18
	private $nomCourant = null;
18
	private $nomCourant = null;
19
	private $noms = null;
19
	private $noms = null;
20
	private $meta = null;
20
	private $meta = null;
21
	private $referentiel = 'bdtfx';
21
	private $referentiel = 'bdtfx';
22
	private $donnees = array();
22
	private $donnees = array();
23
 
23
 
24
	public function __construct(Conteneur $conteneur) {
24
	public function __construct(Conteneur $conteneur) {
25
		$this->conteneur = $conteneur;
25
		$this->conteneur = $conteneur;
26
		$this->nomCourant = $this->conteneur->getNomCourant();
26
		$this->nomCourant = $this->conteneur->getNomCourant();
27
		$this->referentiel = $this->conteneur->getParametre('referentiel');
27
		$this->referentiel = $this->conteneur->getParametre('referentiel');
28
		$this->taxons = $this->conteneur->getApiTaxons();
28
		$this->taxons = $this->conteneur->getApiTaxons();
29
		$this->noms = $this->conteneur->getApiNoms();
29
		$this->noms = $this->conteneur->getApiNoms();
30
		$this->meta = $this->conteneur->getApiMetaDonnees();
30
		$this->meta = $this->conteneur->getApiMetaDonnees();
31
		$this->appUrls = $this->conteneur->getAppUrls();
31
		$this->appUrls = $this->conteneur->getAppUrls();
32
		$this->wikini = $this->conteneur->getApiWikini();
32
		$this->wikini = $this->conteneur->getApiWikini();
33
		//print_r($_GET['niveau']);
33
		//print_r($_GET['niveau']);
34
		//Registre::set('parametres.niveau', 2);
34
		//Registre::set('parametres.niveau', 2);
35
	}
35
	}
36
 
36
 
37
	public function obtenirDonnees() {
37
	public function obtenirDonnees() {
38
		$this->donnees['baseUrlIco'] = $this->appUrls->obtenirUrlBaseDossier();
38
		$this->donnees['baseUrlIco'] = $this->appUrls->obtenirUrlBaseDossier();
39
		$this->donnees['referentiel'] = $this->referentiel;
39
		$this->donnees['referentiel'] = $this->referentiel;
40
		$this->getFlores();
40
		$this->getFlores();
41
		$this->donnees['synonymes']['noms'] = $this->getSynonymes();
41
		$this->donnees['synonymes']['noms'] = $this->getSynonymes();
42
		$this->donnees['date_maj'] = $this->nomCourant->getNomRetenu()->get('maj_modif');
42
		$this->donnees['date_maj'] = $this->nomCourant->getNomRetenu()->get('maj_modif');
43
		$meta = $this->meta->getMetaDonnees();
43
		$meta = $this->meta->getMetaDonnees();
44
		$titreMeta = $meta[0]['titre'];
44
		$titreMeta = $meta[0]['titre'];
45
		$this->donnees['synonymes']['meta']['titre'] = $titreMeta;
45
		$this->donnees['synonymes']['meta']['titre'] = $titreMeta;
46
		$this->donnees['synonymes']['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($this->referentiel);
46
		$this->donnees['synonymes']['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($this->referentiel);
47
		$this->donnees['num_type'] = $this->nomCourant->getNomSelectionne()->get('num_type');
47
		$this->donnees['num_type'] = $this->nomCourant->getNomSelectionne()->get('num_type');
48
		$this->donnees['urls'] = $this->appUrls;
48
		$this->donnees['urls'] = $this->appUrls;
49
		$this->donnees['nom_retenu_formate'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html_complet');
49
		$this->donnees['nom_retenu_formate'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html_complet');
50
		$this->donnees['nom_retenu_nn'] = $this->nomCourant->getNomRetenu()->get('nom_retenu.id');
50
		$this->donnees['nom_retenu_nn'] = $this->nomCourant->getNomRetenu()->get('nom_retenu.id');
51
		$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');
52
		$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');
53
		$this->donnees['nom_selectionne'] = $this->nomCourant->getNomSelectionne()->get('nom_sci_html');
53
		$this->donnees['nom_selectionne'] = $this->nomCourant->getNomSelectionne()->get('nom_sci_html');
54
		$this->donnees['nom_retenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci');
54
		$this->donnees['nom_retenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci');
55
		$this->donnees['wikini'] = $this->getWikini(); 
55
		$this->donnees['wikini'] = $this->getWikini(); 
56
		$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');
57
		$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');
58
		$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');
59
		$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
			
60
			
61
		
61
		
62
		$this->donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
62
		$this->donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
63
		$this->donnees['taxon_courant']['rang.libelle'] = $this->nomCourant->getNomRetenu()->get('rang.libelle');
63
		$this->donnees['taxon_courant']['rang.libelle'] = $this->nomCourant->getNomRetenu()->get('rang.libelle');
64
		$this->donnees['taxon_courant']['nom_sci'] = $this->nomCourant->getNomRetenu()->get('nom_sci');
64
		$this->donnees['taxon_courant']['nom_sci'] = $this->nomCourant->getNomRetenu()->get('nom_sci');
65
		$this->donnees['taxon_courant']['num_nom'] = $this->nomCourant->getNomRetenu()->get('id');
65
		$this->donnees['taxon_courant']['num_nom'] = $this->nomCourant->getNomRetenu()->get('id');
66
		$this->donnees['taxons_inf'] = $this->getTaxonsInferieurs();
66
		$this->donnees['taxons_inf'] = $this->getTaxonsInferieurs();
67
		return $this->donnees;
67
		return $this->donnees;
68
	}
68
	}
69
	
69
	
70
	
70
	
71
	private function getTaxonsInferieurs() {
71
	private function getTaxonsInferieurs() {
72
		$num_nom = $this->nomCourant->getNomRetenu()->get('id');
72
		$num_nom = $this->nomCourant->getNomRetenu()->get('id');
73
		$resultat = $this->taxons->getTaxonsInf($num_nom);
73
		$resultat = $this->taxons->getTaxonsInf($num_nom);
74
		
-
 
-
 
74
		// TODO: le webservice retourne le taxon demandé comme l'un des taxon inférieurs
-
 
75
		// workaround: on le supprime ici car l'on ignore si d'autre app' dépendent de ce comportement
-
 
76
		unset($resultat[$num_nom][$num_nom]);
75
		return $resultat[$num_nom];
77
		return $resultat[$num_nom];
76
	}
78
	}
77
	
79
	
78
	public function obtenirVersionDonnees() {
80
	public function obtenirVersionDonnees() {
79
		$meta = $this->meta->getMetaDonnees();
81
		$meta = $this->meta->getMetaDonnees();
80
		$this->donnees['version'] = $meta[0]['code'].' v.'.$meta[0]['version'];
82
		$this->donnees['version'] = $meta[0]['code'].' v.'.$meta[0]['version'];
81
		return $this->donnees;
83
		return $this->donnees;
82
	}
84
	}
83
	
85
	
84
 
86
 
85
	public function getBloc() {
87
	public function getBloc() {
86
		$this->donnees['urls'] = $this->appUrls;
88
		$this->donnees['urls'] = $this->appUrls;
87
		$this->donnees['nom_selectionne'] = $this->nomCourant->getNomSelectionne()->get('nom_sci_html_complet');
89
		$this->donnees['nom_selectionne'] = $this->nomCourant->getNomSelectionne()->get('nom_sci_html_complet');
88
		$this->donnees['nom_retenu_formate'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html_complet');
90
		$this->donnees['nom_retenu_formate'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html_complet');
89
		$this->donnees['basionyme_nom_retenu'] = $this->nomCourant->getNomRetenu()->get('basionyme_html_complet');
91
		$this->donnees['basionyme_nom_retenu'] = $this->nomCourant->getNomRetenu()->get('basionyme_html_complet');
90
		$synonymes = $this->getSynonymes();
92
		$synonymes = $this->getSynonymes();
91
		$this->donnees['synonymes'] = array_slice($synonymes, 0, 3);
93
		$this->donnees['synonymes'] = array_slice($synonymes, 0, 3);
92
		$this->donnees['autresSynonymesNbre'] = count($synonymes) - 3;
94
		$this->donnees['autresSynonymesNbre'] = count($synonymes) - 3;
93
		
95
		
94
		$this->donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
96
		$this->donnees['taxons_sup'] = $this->nomCourant->taxons_sup;
95
		$this->donnees['taxons_inf'] = $this->getTaxonsInferieurs();
97
		$this->donnees['taxons_inf'] = $this->getTaxonsInferieurs();
96
		$this->donnees['taxons_sup'] = is_array($this->donnees['taxons_sup']) ? array_slice($this->donnees['taxons_sup'], -3 , 3) : array();
98
		$this->donnees['taxons_sup'] = is_array($this->donnees['taxons_sup']) ? array_slice($this->donnees['taxons_sup'], -3 , 3) : array();
97
		$this->donnees['taxons_inf'] = is_array($this->donnees['taxons_inf']) ? array_slice($this->donnees['taxons_inf'], 0 , 3) : array();
99
		$this->donnees['taxons_inf'] = is_array($this->donnees['taxons_inf']) ? array_slice($this->donnees['taxons_inf'], 0 , 3) : array();
98
	
100
	
99
		return $this->donnees;
101
		return $this->donnees;
100
	}
102
	}
101
 
103
 
102
	private function getFlores() {
104
	private function getFlores() {
103
		if (Config::get($this->referentiel.'.baseFloresRef') != "") {
105
		if (Config::get($this->referentiel.'.baseFloresRef') != "") {
104
			$nnr = $this->nomCourant->getNnr();
106
			$nnr = $this->nomCourant->getNnr();
105
			$flores = $this->noms->getFlores($nnr);
107
			$flores = $this->noms->getFlores($nnr);
106
			$this->donnees['flores_synonymes'] =  (isset($flores['resultat']) && is_array($flores['resultat'])) ? $flores['resultat'] : array();
108
			$this->donnees['flores_synonymes'] =  (isset($flores['resultat']) && is_array($flores['resultat'])) ? $flores['resultat'] : array();
107
		}
109
		}
108
	}
110
	}
109
 
111
 
110
	private function getSynonymes() {
112
	private function getSynonymes() {
111
		$nns = $this->nomCourant->getNns();
113
		$nns = $this->nomCourant->getNns();
112
		$synonymesReponse = $this->noms->getSynonymes($nns);
114
		$synonymesReponse = $this->noms->getSynonymes($nns);
113
 
115
 
114
		$synonymes = array();
116
		$synonymes = array();
115
		if (isset($synonymesReponse['resultat']) && is_array($synonymesReponse['resultat'])) {
117
		if (isset($synonymesReponse['resultat']) && is_array($synonymesReponse['resultat'])) {
116
			$synonymes = $synonymesReponse['resultat'];
118
			$synonymes = $synonymesReponse['resultat'];
117
			if (array_key_exists($this->nomCourant->getNnr(), $synonymes)) {
119
			if (array_key_exists($this->nomCourant->getNnr(), $synonymes)) {
118
				unset($synonymes[$this->nomCourant->getNnr()]);
120
				unset($synonymes[$this->nomCourant->getNnr()]);
119
			}
121
			}
120
		}
122
		}
121
		return $synonymes;
123
		return $synonymes;
122
	}
124
	}
123
 
125
 
124
	private function getWikini() {
126
	private function getWikini() {
125
		$wikini = array();
127
		$wikini = array();
126
		$wikini['titre'] = 'Wikini';
128
		$wikini['titre'] = 'Wikini';
127
		$num_tax = $this->nomCourant->getNomSelectionne()->get('num_taxonomique');
129
		$num_tax = $this->nomCourant->getNomSelectionne()->get('num_taxonomique');
128
		$page_wiki = $this->wikini->getPageWikiPourRefEtNumTax($this->referentiel, $num_tax);
130
		$page_wiki = $this->wikini->getPageWikiPourRefEtNumTax($this->referentiel, $num_tax);
129
		$wikini['nomenclature'] = $this->wikini->getTexteFormate($page_wiki, 'nomenclature');
131
		$wikini['nomenclature'] = $this->wikini->getTexteFormate($page_wiki, 'nomenclature');
130
		return $wikini;
132
		return $wikini;
131
	}
133
	}
132
}
134
}
133
?>
135
?>