Line 27... |
Line 27... |
27 |
private $idCommentaire;
|
27 |
private $idCommentaire;
|
Line 28... |
Line 28... |
28 |
|
28 |
|
29 |
public function __construct(Conteneur $conteneur = null) {
|
29 |
public function __construct(Conteneur $conteneur = null) {
|
30 |
$this->conteneur = $conteneur == null ? new Conteneur() : $conteneur;
|
30 |
$this->conteneur = $conteneur == null ? new Conteneur() : $conteneur;
|
- |
|
31 |
$this->conteneur->chargerConfiguration('config_commentaires.ini');
|
31 |
$this->conteneur->chargerConfiguration('config_commentaires.ini');
|
32 |
$this->conteneur->chargerConfiguration('config_mapping_commentaires.ini');
|
32 |
$this->navigation = $conteneur->getNavigation();
|
33 |
$this->navigation = $conteneur->getNavigation();
|
33 |
$this->masque = $conteneur->getMasque();
|
34 |
$this->masque = $conteneur->getMasque();
|
34 |
$this->gestionBdd = $conteneur->getGestionBdd();
|
35 |
$this->gestionBdd = $conteneur->getGestionBdd();
|
35 |
$this->bdd = $this->gestionBdd->getBdd();
|
36 |
$this->bdd = $this->gestionBdd->getBdd();
|