Line 29... |
Line 29... |
29 |
private $directionTri = 'desc';
|
29 |
private $directionTri = 'desc';
|
Line 30... |
Line 30... |
30 |
|
30 |
|
31 |
public function __construct(Conteneur $conteneur = null) {
|
31 |
public function __construct(Conteneur $conteneur = null) {
|
32 |
$this->conteneur = $conteneur == null ? new Conteneur() : $conteneur;
|
32 |
$this->conteneur = $conteneur == null ? new Conteneur() : $conteneur;
|
- |
|
33 |
$this->conteneur->chargerConfiguration('config_observations.ini');
|
33 |
$this->conteneur->chargerConfiguration('config_observations.ini');
|
34 |
$this->conteneur->chargerConfiguration('config_departements_bruts.ini');
|
34 |
$this->navigation = $conteneur->getNavigation();
|
35 |
$this->navigation = $conteneur->getNavigation();
|
35 |
$this->masque = $conteneur->getMasque();
|
36 |
$this->masque = $conteneur->getMasque();
|
36 |
$this->gestionBdd = $conteneur->getGestionBdd();
|
37 |
$this->gestionBdd = $conteneur->getGestionBdd();
|
37 |
$this->bdd = $this->gestionBdd->getBdd();
|
38 |
$this->bdd = $this->gestionBdd->getBdd();
|