Example #1
0
 public function SetObjet($id = NULL, $libelle = NULL, $description = NULL, $ordre = NULL)
 {
     parent::SetObjet($id, $libelle, $description, $ordre, NULL, NULL, NULL, TYPELIB_RECRUTEMENT);
 }
Example #2
0
 public function SetObjet($id = NULL, $libelle = NULL, $description = NULL, $ordre = NULL, $parametrable = NULL, $niveauGradeMinimum = NULL)
 {
     parent::SetObjet($id, $libelle, $description, $ordre, NULL, NULL, NULL, TYPELIB_FONCTIONNALITE);
     $this->Parametrable($parametrable);
     $this->NiveauGradeMinimum($niveauGradeMinimum);
 }
 public function SetObjet($id = NULL, $libelle = NULL, $description = NULL, $ordre = NULL, $nomFichier = NULL, $actif = NULL)
 {
     parent::SetObjet($id, $libelle, $description, $ordre, NULL, NULL, NULL, TYPELIB_TYPEPRESENTATIONMODULE);
     $this->NomFichier($nomFichier);
     $this->Actif($actif);
 }