Example #1
0
 public function __construct($nomFichier, $presentation, $prefixIdClass, $typeSynchro, $contexte, $nbElementsParPage = 20, $nbElementsTotal = -1, $chargementContenuDiffere = false)
 {
     parent::__construct($prefixIdClass, $typeSynchro, $contexte, $nbElementsParPage, $nbElementsTotal, $chargementContenuDiffere);
     $this->nomFichier = $nomFichier;
     $this->presentation = $presentation;
 }