Subversion Repositories eFlore/Applications.del

Compare Revisions

Regard whitespace Rev 1792 → Rev 1793

/trunk/services/modules/0.1/plantnet/Changements.php
24,7 → 24,6
private $conteneur;
private $navigation;
private $masque;
private $gestionBdd;
private $bdd;
private $parametres = array();
private $ressources = array();
40,8 → 39,7
$this->conteneur->chargerConfiguration('config_plantnet.ini');
$this->navigation = $conteneur->getNavigation();
$this->masque = $conteneur->getMasque();
$this->gestionBdd = $conteneur->getGestionBdd();
$this->bdd = $this->gestionBdd->getBdd();
$this->bdd = $this->conteneur->getBdd();
}
/**