Exemplo n.º 1
0
 public function SetObjet($id = NULL, $libelle = NULL, $description = NULL, $icone = NULL, $niveau = NULL, $poidsVoteRecrutement = NULL)
 {
     parent::SetObjet($id, $libelle, $description, NULL, NULL, NULL, TYPELIB_DROIT);
     $this->Icone($icone);
     $this->Niveau($niveau);
     $this->PoidsVoteRecrutement($poidsVoteRecrutement);
     $this->mListeDroitsSuperGrades = NULL;
 }
 public function SetObjet($id = NULL, $libelle = NULL, $description = NULL, $ordre = NULL, $libelleId = NULL, $descriptionId = NULL, $langueId = NULL, $typeLibelleId = NULL)
 {
     parent::SetObjet($id, $libelle, $description, $libelleId, $descriptionId, $langueId, $typeLibelleId);
     $this->Ordre($ordre);
 }
Exemplo n.º 3
0
 public function SetObjet($id = NULL, $libelle = NULL, $description = NULL)
 {
     parent::SetObjet($id, $libelle, $description, NULL, NULL, NULL, TYPELIB_FORUM);
 }