Line 32... |
Line 32... |
32 |
}
|
32 |
}
|
Line 33... |
Line 33... |
33 |
|
33 |
|
34 |
public function obtenirDonnees() {
|
34 |
public function obtenirDonnees() {
|
35 |
$this->donnees['nt'] = $this->nomCourant->getNt();
|
35 |
$this->donnees['nt'] = $this->nomCourant->getNt();
|
- |
|
36 |
$this->donnees['nnr'] = $this->nomCourant->getNnr();
|
36 |
$this->donnees['nnr'] = $this->nomCourant->getNnr();
|
37 |
$this->donnees['referentiel'] = $this->referentiel;
|
37 |
$this->donnees['nomSciRetenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html');
|
38 |
$this->donnees['nomSciRetenu'] = $this->nomCourant->getNomRetenu()->get('nom_sci_html');
|
38 |
$infosNomRetenu = $this->nomCourant->getNomRetenu()->getInfos();
|
39 |
$infosNomRetenu = $this->nomCourant->getNomRetenu()->getInfos();
|
39 |
$this->donnees['nomComplet'] = $infosNomRetenu['nom_complet'];
|
40 |
$this->donnees['nomComplet'] = $infosNomRetenu['nom_complet'];
|
40 |
$this->getPhotos();
|
41 |
$this->getPhotos();
|
Line 51... |
Line 52... |
51 |
$image['binaire.href'] = str_replace('CRX2S', 'CRS', $image['binaire.href']);
|
52 |
$image['binaire.href'] = str_replace('CRX2S', 'CRS', $image['binaire.href']);
|
52 |
$this->donnees['organes'][$organe] = $image;
|
53 |
$this->donnees['organes'][$organe] = $image;
|
53 |
}*/
|
54 |
}*/
|
54 |
// --
|
55 |
// --
|
55 |
$this->setCheminSquelette('modules/fiche/squelettes/'); // @FIXME le chemin devrait déjà être défini correctement !?
|
56 |
$this->setCheminSquelette('modules/fiche/squelettes/'); // @FIXME le chemin devrait déjà être défini correctement !?
|
56 |
$params = array('organes' => $pso, 'nnr' => $this->donnees['nnr'], 'nomComplet' => $this->donnees['nomComplet']);
|
57 |
$params = array('organes' => $pso, 'referentiel' => $this->referentiel, 'nnr' => $this->donnees['nnr'], 'nomComplet' => $this->donnees['nomComplet']);
|
57 |
$this->donnees['illustrationsOrganes'] = $this->getVue('fiche_illustrations_organes',$params);
|
58 |
$this->donnees['illustrationsOrganes'] = $this->getVue('fiche_illustrations_organes',$params);
|
Line 58... |
Line 59... |
58 |
|
59 |
|
59 |
// chemins
|
60 |
// chemins
|
60 |
$this->donnees['base_url_widget'] = Config::get('base_url_widget');
|
61 |
$this->donnees['base_url_widget'] = Config::get('base_url_widget');
|