public function initialize()
 {
     $this->model = "User";
     $this->icon = "user";
     $this->title = "Utilisateurs";
     parent::initialize();
 }
 public function initialize()
 {
     $this->model = "Tache";
     $this->icon = "tasks";
     $this->title = "Tâches";
     parent::initialize();
 }
 public function initialize()
 {
     $this->model = "Role";
     $this->icon = "tags";
     $this->title = "Rôles";
     parent::initialize();
 }
 public function initialize()
 {
     $this->model = "Projet";
     $this->icon = "book";
     $this->title = "Projets";
     parent::initialize();
 }
Example #5
0
 public function initialize()
 {
     $this->model = "Acl";
     $this->icon = "lock";
     $this->title = "Droits D'Accès";
     parent::initialize();
 }
 public function initialize()
 {
     $this->model = "Usecase";
     $this->icon = "briefcase";
     $this->title = "Cas d'Utilisation";
     parent::initialize();
 }
 public function initialize()
 {
     $this->model = "Message";
     $this->icon = "comment";
     $this->title = "Messages";
     parent::initialize();
 }
 public function initialize()
 {
     parent::initialize();
     $this->model = "Projet";
 }
 public function initialize()
 {
     parent::initialize();
     $this->model = "Message";
 }
 public function initialize()
 {
     parent::initialize();
     $this->model = "Disque";
 }
 public function initialize()
 {
     parent::initialize();
     $this->model = "User";
 }
 public function initialize()
 {
     parent::initialize();
     $this->model = "Historique";
 }
 public function initialize()
 {
     parent::initialize();
     $this->model = "Utilisateur";
 }
 public function initialize()
 {
     parent::initialize();
     $this->model = "Tarif";
 }
 public function initialize()
 {
     parent::initialize();
     $this->model = "Service";
 }