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); }
public function __construct($id = NULL, $nom = NULL, $icone = NULL) { parent::__construct(); $this->SetObjet($id, $nom, $icone); }