Пример #1
0
 public function SetObjet($id = NULL, $libelle = NULL, $icone = NULL, $niveauMax = NULL, $necessiteBoss = NULL, $necessiteClasse = NULL, $necessiteMetier = NULL, $necessiteNiveau = NULL, $necessiteObjet = NULL, $necessiteRole = NULL, $necessiteServeur = NULL, $typeJeuId = NULL)
 {
     parent::SetObjet($id, $libelle, NULL, NULL, TYPELIB_JEU);
     $this->Icone($icone);
     $this->NiveauMax($niveauMax);
     $this->NecessiteBoss($necessiteBoss);
     $this->NecessiteClasse($necessiteClasse);
     $this->NecessiteMetier($necessiteMetier);
     $this->NecessiteNiveau($necessiteNiveau);
     $this->NecessiteObjet($necessiteObjet);
     $this->NecessiteRole($necessiteRole);
     $this->NecessiteServeur($necessiteServeur);
     $this->TypeJeu($typeJeuId);
     $this->mListeServeurs = NULL;
     $this->mListeTypesGroupes = NULL;
 }
Пример #2
0
 public function SetObjet($id = NULL, $libelle = NULL, $ordre = NULL, $libelleId = NULL, $langueId = NULL, $typeLibelleId = NULL)
 {
     parent::SetObjet($id, $libelle, $libelleId, $langueId, $typeLibelleId);
     $this->Ordre($ordre);
 }
Пример #3
0
 public function SetObjet($id = NULL, $libelle = NULL, $icone = NULL)
 {
     parent::SetObjet($id, $libelle, NULL, NULL, TYPELIB_COMMUNAUTE);
     $this->Icone($icone);
 }
Пример #4
0
 public function SetObjet($id = NULL, $libelle = NULL, $supprime = NULL, $jeuId = NULL)
 {
     parent::SetObjet($id, $libelle, NULL, NULL, TYPELIB_SERVEUR);
     $this->Supprime($supprime);
     $this->Jeu($jeuId);
 }
 public function SetObjet($id = NULL, $libelle = NULL, $description = NULL, $libelleId = NULL, $descriptionId = NULL, $langueId = NULL, $typeLibelleId = NULL)
 {
     parent::SetObjet($id, $libelle, $libelleId, $langueId, $typeLibelleId);
     $this->Description($description, $descriptionId, $langueId, $typeLibelleId);
 }
Пример #6
0
 public function SetObjet($id = NULL, $libelle = NULL, $icone = NULL, $communauteId = NULL)
 {
     parent::SetObjet($id, $libelle, NULL, NULL, TYPELIB_LANGUE);
     $this->Icone($icone);
     $this->Communaute($communauteId);
 }