Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 422 | Rev 455 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 422 Rev 448
Line 56... Line 56...
56
		$donnees['wikini'] = $this->getWikini();
56
		$donnees['wikini'] = $this->getWikini();
57
		return $donnees;
57
		return $donnees;
58
	}
58
	}
Line 59... Line 59...
59
		
59
		
60
	private function getChorologie() {
60
	private function getChorologie() {
61
		$infos_choro = $this->nomCourant->getNomSelectionne()->getInfos();
61
		$infos_choro = $this->nomCourant->getNomRetenu()->getInfos();
62
		$donnees = $this->traiterTableauChorologie($infos_choro);
62
		$donnees = $this->traiterTableauChorologie($infos_choro);
63
		$this->meta->setProjet('bdtfx');
63
		$this->meta->setProjet('bdtfx');
64
		$meta = $this->meta->getMetaDonnees();
64
		$meta = $this->meta->getMetaDonnees();
65
		$titreMeta = $meta[0]['titre'];
65
		$titreMeta = $meta[0]['titre'];