示例#1
0
 public function SetObjet($id = NULL, $libelle = NULL, $ordre = NULL, $menuId = NULL, $dependFonctionnalite = NULL)
 {
     parent::SetObjet($id, $libelle, $ordre, NULL, NULL, TYPELIB_MENU);
     $this->Menu($menuId);
     $this->DependFonctionnalite($dependFonctionnalite);
     $this->mListeMenusContextes = NULL;
     $this->mListeMenusFonctionnalites = NULL;
 }
示例#2
0
 public function SetObjet($id = NULL, $libelle = NULL, $ordre = NULL)
 {
     parent::SetObjet($id, $libelle, $ordre, NULL, NULL, TYPELIB_TYPELIBELLE);
 }