Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1792 → Rev 1793

/trunk/services/modules/0.1/protocoles/ListeProtocoles.php
19,7 → 19,6
private $conteneur;
private $navigation;
private $masque;
private $gestionBdd;
protected $bdd;
private $parametres = array();
private $ressources = array();
29,8 → 28,7
$this->conteneur->chargerConfiguration('config_mapping_votes.ini');
$this->navigation = $conteneur->getNavigation();
$this->masque = $conteneur->getMasque();
$this->gestionBdd = $conteneur->getGestionBdd();
$this->bdd = $this->gestionBdd->getBdd();
$this->bdd = $this->conteneur->getBdd();
}
 
/**