Example #1
0
 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);
 }
Example #2
0
 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);
 }
Example #3
0
 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);
 }