예제 #1
0
 public function __construct($id = NULL, $nom = NULL, $commentaire = NULL, $dateCreation = NULL, $dateDernierMess = NULL, $nbVues = NULL, $version = NULL, $modeWiki = NULL, $forumId = NULL, $createurId = NULL, $dernierPosteurId = NULL, $typeSujetId = NULL)
 {
     parent::__construct();
     $this->SetObjet($id, $nom, $commentaire, $dateCreation, $nbVues, $version, $modeWiki, $forumId, $createurId, $dernierPosteurId, $typeSujet);
 }
예제 #2
0
 public function __construct($id = NULL, $nom = NULL, $icone = NULL)
 {
     parent::__construct();
     $this->SetObjet($id, $nom, $icone);
 }