Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 916 → Rev 958

/trunk/services/modules/0.1/baseflor/CommunGraphiques.php
66,7 → 66,7
$this->config = $conteneur->getParametre('Graphiques');
$this->convertisseur = $this->config['convertisseur'];
$this->graduations_id = $this->getParametreTableau('graduations_id');
$this->champs_ontologiques = $this->getParametreTableau('champs_ontologiques');
$this->champs_ontologiques = $this->getParametreTableau('Paramètres.champs_ontologiques');
$this->cheminGraphBase = $this->config['chemin'];
$cacheOptions = array('mise_en_cache' => $this->config['cache_miseEnCache'],
'stockage_chemin' => $this->config['cache_stockageChemin'],