public function SetObjet($id = NULL, $nom = NULL, $description = NULL, $icone = NULL, $niveau = NULL, $superGradeId = NULL, $poidsVoteRecrutement = NULL, $groupeId = NULL) { parent::SetObjet($id, $nom, $description, $icone, $niveau, $superGradeId); $this->PoidsVoteRecrutement($poidsVoteRecrutement); $this->Groupe($groupeId); }
public function SetObjet($id = NULL, $nom = NULL, $description = NULL, $icone = NULL, $niveau = NULL, $superGradeId = NULL, $communauteId = NULL) { parent::SetObjet($id, $nom, $description, $icone, $niveau, $superGradeId); $this->Communaute($communauteId); }
public function SetObjet($id = NULL, $nom = NULL, $description = NULL, $icone = NULL, $niveau = NULL, $superGradeId = NULL, $jeuId = NULL) { parent::SetObjet($id, $nom, $description, $icone, $niveau, $superGradeId); $this->Jeu($jeuId); }