Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6056 | Rev 6521 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 www 1
<?php
553 geraldo 2
 
1 www 3
use LeadersLinked\Model\UserType;
4
 
5546 anderson 5
function getAclResources()
6
{
1 www 7
    return [
8
        'home',
9
        'onroom',
10
        'signin',
11
        'signin/facebook',
12
        'signin/twitter',
13
        'signin/google',
3639 efrain 14
        'signin/impersonate',
3298 efrain 15
        'share',
4778 efrain 16
        'share/increment-external-counter',
1 www 17
        'signout',
18
        'signup',
19
        'backend',
20
        'backend/signin-admin',
21
        'backend/signin-company',
3775 efrain 22
        'shorter',
23
        'shorter/generate',
210 efrain 24
        'csrf',
1 www 25
        'check-session',
5751 efrain 26
        'language',
3639 efrain 27
        'impersonate',
28
        'impersonate/execute',
1 www 29
        'notifications',
3262 efrain 30
        'notifications/mark-read',
31
        'notifications/mark-all-read',
32
        'notifications/delete',
33
        'notifications/clear',
34
        'notifications/unreads',
1 www 35
        'reset-password',
36
        'forgot-password',
37
        'activate-account',
38
        'professionalism-policy',
39
        'privacy-policy',
40
        'terms-and-conditions',
41
        'cookies',
42
        'help',
43
        'oauth',
44
        'oauth/facebook',
45
        'oauth/facebook/cancel',
46
        'oauth/facebook/delete',
47
        'oauth/twitter',
48
        'oauth/google',
49
        'oauth/instagram',
50
        'paypal',
51
        'paypal/success',
52
        'paypal/cancel',
53
        'services',
54
        'services/device',
55
        'services/check-session',
56
        'services/fcm',
57
        'services/signin',
58
        'services/signout',
59
        'services/sync',
60
        'services/sync-batch',
61
        'services/storage',
62
        'services/microlearning',
63
        'services/microlearning/refresh',
64
        'services/microlearning/check-changes',
280 efrain 65
        'services/microlearning/capsules',
66
        'services/microlearning/capsules/comments',
67
        'services/microlearning/capsules/comments/add',
68
        'services/microlearning/capsules/comments/delete',
1979 efrain 69
        'services/delete-account',
1 www 70
        'storage',
3639 efrain 71
        'storage-network',
1 www 72
        'dashboard',
73
        'post',
4808 efrain 74
        'post/comments',
75
        'post/comments/add',
76
        'post/comments/delete',
5765 efrain 77
        'post/save-reaction',
5780 efrain 78
        'post/delete-reaction',
5546 anderson 79
 
1 www 80
        'feed',
81
        'feed/timeline',
82
        'feed/add',
83
        'feed/delete',
84
        'feed/share',
85
        'feed/comment',
86
        'feed/comment/delete',
5765 efrain 87
        'feed/save-reaction',
5780 efrain 88
        'feed/delete-reaction',
6388 efrain 89
        'feed/vote',
1 www 90
        'connection',
91
        'connection/my-connections',
92
        'connection/people-you-may-know',
93
        'connection/people-blocked',
94
        'connection/people-blocked/delete',
95
        'connection/invitations-sent',
96
        'connection/invitations-received',
97
        'connection/request',
98
        'connection/approve',
99
        'connection/reject',
100
        'connection/block',
101
        'connection/cancel',
102
        'connection/delete',
103
        'connection/unblock',
104
        'account-settings',
105
        'account-settings/image',
106
        'account-settings/deactivate',
107
        'account-settings/notifications',
108
        'account-settings/password',
109
        'account-settings/social-networks',
110
        'account-settings/location',
111
        'account-settings/privacy',
112
        'account-settings/basic',
113
        'account-settings/browsers',
114
        'account-settings/ips',
115
        'account-settings/devices',
116
        'account-settings/transactions',
117
        'account-settings/transactions/add-funds',
118
        'account-settings/add-facebook',
119
        'account-settings/remove-facebook',
120
        'account-settings/add-twitter',
121
        'account-settings/remove-twitter',
122
        'account-settings/add-google',
123
        'account-settings/remove-google',
1979 efrain 124
        'account-settings/delete-account',
1 www 125
        'search',
126
        'search/company',
127
        'search/group',
128
        'search/job',
129
        'search/user',
130
        'moodle',
131
        'profile',
132
        'profile/self-evaluation',
133
        'profile/self-evaluation/take-a-test',
279 efrain 134
        'profile/self-evaluation/report',
553 geraldo 135
        'profile/performance-evaluation',
136
        'profile/performance-evaluation/take-a-test',
137
        'profile/performance-evaluation/report',
1 www 138
        'profile/microlearning',
139
        'profile/microlearning/timeline',
140
        'profile/microlearning/progress',
141
        'profile/view',
142
        'profile/people-viewed-profile',
143
        'profile/my-profiles',
144
        'profile/my-profiles/extended',
145
        'profile/my-profiles/cover',
146
        'profile/my-profiles/image',
147
        'profile/my-profiles/experience',
148
        'profile/my-profiles/education',
149
        'profile/my-profiles/language',
150
        'profile/my-profiles/location',
151
        'profile/my-profiles/skill',
152
        'profile/my-profiles/social-network',
3912 efrain 153
        'profile/my-profiles/aptitude',
154
        'profile/my-profiles/hobby-and-interest',
1 www 155
        'profile/my-profiles/add',
156
        'profile/my-profiles/edit',
157
        'profile/my-profiles/delete',
158
        'company',
159
        'company/my-companies',
160
        'company/my-companies/add',
161
        'company/following-companies',
162
        'company/view',
163
        'company/follow',
164
        'company/unfollow',
165
        'company/request',
166
        'company/reject',
167
        'company/accept',
168
        'company/cancel',
169
        'company/leave',
170
        'company/requests-sent',
171
        'company/invitations-received',
172
        'company/i-work-with',
173
        'group',
174
        'group/view',
175
        'group/request',
176
        'group/leave',
177
        'group/cancel',
1360 efrain 178
        'group/accept',
179
        'group/reject',
1 www 180
        'group/my-groups',
181
        'group/my-groups/accessibility',
182
        'group/my-groups/industry',
183
        'group/my-groups/extended',
184
        'group/my-groups/type',
185
        'group/my-groups/users',
186
        'group/my-groups/image',
187
        'group/my-groups/cover',
188
        'group/my-groups/website',
189
        'group/my-groups/privacy',
190
        'group/my-groups/add',
191
        'group/my-groups/edit',
192
        'group/my-groups/delete',
193
        'group/my-groups/status',
194
        'group/joined-groups',
195
        'group/requests-sent',
196
        'group/invitations-received',
197
        'group/members',
198
        'group/members/approve',
199
        'group/members/reject',
200
        'group/members/invite',
201
        'group/members/cancel',
202
        'job',
203
        'job/view',
204
        'job/applied-jobs',
205
        'job/apply-job',
206
        'job/remove-apply-job',
207
        'job/saved-jobs',
208
        'job/save-job',
209
        'job/remove-save-job',
210
        'inmail',
211
        'inmail/block',
212
        'inmail/delete',
213
        'inmail/message',
214
        'inmail/message/send',
215
        'inmail/message/delete',
216
        'chat',
4857 efrain 217
        'chat/users',
1 www 218
        'chat/heart-beat',
219
        'chat/create-group',
220
        'chat/add-user-to-group',
221
        'chat/mark-seen',
222
        'chat/mark-received',
223
        'chat/remove-user-from-group',
224
        'chat/get-all-messages',
225
        'chat/send',
226
        'chat/get-contacts-availables-for-group',
227
        'chat/get-contact-group-list',
228
        'chat/leave-group',
229
        'chat/delete-group',
230
        'chat/close',
231
        'chat/clear',
3121 efrain 232
        'chat/open',
1 www 233
        'chat/upload',
4113 efrain 234
        'chat/zoom',
5343 efrain 235
        'chat/open-or-create',
5546 anderson 236
 
1 www 237
        'helpers',
238
        'helpers/search-people',
239
        'helpers/posts',
240
        'helpers/people-you-may-know',
241
        'helpers/people-viewed-profile',
242
        'helpers/company-follower',
243
        'helpers/company-suggestion',
244
        'helpers/group-members',
245
        'helpers/group-members/invite',
246
        'helpers/group-members/cancel',
247
        'helpers/group-members/reject',
248
        'helpers/group-members/approve',
249
        'helpers/groups-suggestion',
3298 efrain 250
        'helpers/my-groups',
2444 efrain 251
        'helpers/footer',
4179 efrain 252
        'helpers/next-events',
1 www 253
        'marketplace',
254
        'marketplace/categories',
255
        'marketplace/enroll',
5223 efrain 256
        'marketplace/claim',
1 www 257
        'marketplace/join',
258
        'marketplace/buy',
4113 efrain 259
        'calendar',
260
        'calendar/events',
4398 efrain 261
 
5837 efrain 262
/*
263
        'zoom',
264
        'zoom/add',
265
        'zoom/delete',
266
        'zoom/listing',
267
*/
268
 
269
 
5951 efrain 270
        'knowledge-area',
271
        'knowledge-area/add',
272
        'knowledge-area/edit',
273
        'knowledge-area/delete',
274
        'knowledge-area/view',
6056 efrain 275
        'knowledge-area/comments',
276
        'knowledge-area/comments/add',
277
        'knowledge-area/comments/delete',
278
        'knowledge-area/save-reaction',
279
        'knowledge-area/delete-reaction',
5951 efrain 280
 
281
 
5050 efrain 282
        'my-coach',
6388 efrain 283
        'my-coach/questions',
284
        'my-coach/questions/view',
285
        'my-coach/questions/add',
286
        'my-coach/questions/edit',
287
        'my-coach/questions/delete',
288
        'my-coach/questions/answers',
289
        'my-coach/questions/answers/add',
290
        'my-coach/questions/answers/edit',
291
        'my-coach/questions/answers/delete',
292
        'my-coach/questions/reaction',
293
        'my-coach/questions/reaction/save',
294
        'my-coach/questions/reaction/delete',
295
        'my-coach/questions/comments',
296
        'my-coach/questions/comments/add',
297
        'my-coach/questions/comments/delete',
5751 efrain 298
 
5205 efrain 299
        'daily-pulse',
300
        'daily-pulse/how_are_you_feel',
301
        'daily-pulse/climate_on_your_organization',
1 www 302
    ];
303
}
304
 
5546 anderson 305
function getAclSuperAdmin()
306
{
3639 efrain 307
    return [
308
        'impersonate',
309
        'impersonate/execute',
5546 anderson 310
    ];
3639 efrain 311
}
312
 
5546 anderson 313
function getAclUsertypeDefaultNetwork()
3639 efrain 314
{
315
    return [
316
        UserType::ADMIN => [
317
            'company',
318
            'company/my-companies',
319
            'company/my-companies/add',
320
            'company/following-companies',
321
            'company/view',
322
            'company/follow',
323
            'company/unfollow',
324
            'company/request',
325
            'company/reject',
326
            'company/accept',
327
            'company/cancel',
328
            'company/leave',
329
            'company/requests-sent',
330
            'company/invitations-received',
331
            'company/i-work-with',
332
            'search',
333
            'search/company',
5546 anderson 334
 
5050 efrain 335
            'my-coach',
5546 anderson 336
        ],
3639 efrain 337
        UserType::USER => [
338
            'company',
339
            'company/my-companies',
340
            'company/my-companies/add',
341
            'company/following-companies',
342
            'company/view',
343
            'company/follow',
344
            'company/unfollow',
345
            'company/request',
346
            'company/reject',
347
            'company/accept',
348
            'company/cancel',
349
            'company/leave',
350
            'company/requests-sent',
351
            'company/invitations-received',
352
            'company/i-work-with',
353
            'search',
354
            'search/company',
5546 anderson 355
 
5050 efrain 356
            'my-coach',
357
 
5546 anderson 358
 
359
        ],
3639 efrain 360
    ];
361
}
362
 
363
 
364
function getAclUsertypeOtherNetworkCreator()
365
{
366
    return [
367
        'company',
368
        'company/my-companies',
369
        'company/view',
3674 efrain 370
 
3639 efrain 371
    ];
372
}
373
 
374
function getAclUsertypeOtherNetworkNonCreator()
375
{
376
    return [
377
        'company',
378
        'company/i-work-with',
379
        'company/view',
380
    ];
381
}
382
 
383
 
5205 efrain 384
function getAclDailyPulse()
385
{
386
    return [
387
        'daily-pulse',
388
        'daily-pulse/how_are_you_feel',
389
        'daily-pulse/climate_on_your_organization',
390
    ];
391
}
3639 efrain 392
 
5951 efrain 393
function getAclKnowledgeArea()
394
{
395
    return [
396
 
397
        'knowledge-area',
398
        'knowledge-area/add',
399
        'knowledge-area/edit',
400
        'knowledge-area/delete',
401
        'knowledge-area/view',
6056 efrain 402
        'knowledge-area/comments',
403
        'knowledge-area/comments/add',
404
        'knowledge-area/comments/delete',
405
        'knowledge-area/save-reaction',
406
        'knowledge-area/delete-reaction'
5951 efrain 407
    ];
408
}
5205 efrain 409
 
6388 efrain 410
function getAclMyCoach()
411
{
412
    return [
413
        'my-coach',
414
        'my-coach/questions',
415
        'my-coach/questions/view',
416
        'my-coach/questions/add',
417
        'my-coach/questions/edit',
418
        'my-coach/questions/delete',
419
        'my-coach/questions/answers',
420
        'my-coach/questions/answers/add',
421
        'my-coach/questions/answers/edit',
422
        'my-coach/questions/answers/delete',
423
        'my-coach/questions/reaction',
424
        'my-coach/questions/reaction/save',
425
        'my-coach/questions/reaction/delete',
426
        'my-coach/questions/comments',
427
        'my-coach/questions/comments/add',
428
        'my-coach/questions/comments/delete',
429
    ];
430
}
5205 efrain 431
 
5951 efrain 432
 
6388 efrain 433
 
5546 anderson 434
function getAclUsertype()
435
{
1 www 436
    return [
437
        UserType::ADMIN => [
438
            'home',
3298 efrain 439
            'share',
4778 efrain 440
            'share/increment-external-counter',
1 www 441
            'onroom',
5751 efrain 442
            'language',
1 www 443
            'signin',
444
            'signin/facebook',
445
            'signin/twitter',
446
            'signin/google',
3639 efrain 447
            'signin/impersonate',
1 www 448
            'signout',
449
            'signup',
210 efrain 450
            'csrf',
1 www 451
            'check-session',
3775 efrain 452
            'shorter',
453
            'shorter/generate',
5546 anderson 454
 
1 www 455
            'notifications',
3262 efrain 456
            'notifications/mark-read',
457
            'notifications/mark-all-read',
458
            'notifications/delete',
459
            'notifications/clear',
460
            'notifications/unreads',
5546 anderson 461
 
1 www 462
            'reset-password',
463
            'forgot-password',
464
            'professionalism-policy',
465
            'activate-account',
466
            'privacy-policy',
467
            'terms-and-conditions',
468
            'cookies',
469
            'backend',
470
            'backend/signin-admin',
471
            'backend/signin-company',
472
            'oauth',
473
            'oauth/facebook',
474
            'oauth/facebook/cancel',
475
            'oauth/facebook/delete',
476
            'oauth/twitter',
477
            'oauth/google',
478
            'oauth/instagram',
479
            'paypal',
480
            'paypal/success',
481
            'paypal/cancel',
482
            'services',
483
            'services/device',
484
            'services/check-session',
485
            'services/fcm',
486
            'services/signin',
487
            'services/signout',
488
            'services/sync',
489
            'services/sync-batch',
490
            'services/storage',
491
            'services/microlearning',
492
            'services/microlearning/refresh',
493
            'services/microlearning/check-changes',
280 efrain 494
            'services/microlearning/capsules',
495
            'services/microlearning/capsules/comments',
496
            'services/microlearning/capsules/comments/add',
497
            'services/microlearning/capsules/comments/delete',
1979 efrain 498
            'services/delete-account',
1 www 499
            'storage',
3639 efrain 500
            'storage-network',
1 www 501
            'dashboard',
502
            'post',
4808 efrain 503
            'post/comments',
504
            'post/comments/add',
505
            'post/comments/delete',
5765 efrain 506
            'post/save-reaction',
5780 efrain 507
            'post/delete-reaction',
1 www 508
            'feed',
509
            'feed/timeline',
510
            'feed/add',
511
            'feed/delete',
512
            'feed/share',
513
            'feed/comment',
514
            'feed/comment/delete',
5765 efrain 515
            'feed/save-reaction',
5780 efrain 516
            'feed/delete-reaction',
6388 efrain 517
            'feed/vote',
1 www 518
            'connection',
519
            'connection/my-connections',
520
            'connection/people-you-may-know',
521
            'connection/people-blocked',
522
            'connection/people-blocked/delete',
523
            'connection/invitations-sent',
524
            'connection/invitations-received',
525
            'connection/request',
526
            'connection/approve',
527
            'connection/reject',
528
            'connection/block',
529
            'connection/cancel',
530
            'connection/delete',
531
            'connection/unblock',
532
            'account-settings',
533
            'account-settings/image',
534
            'account-settings/deactivate',
535
            'account-settings/notifications',
536
            'account-settings/password',
537
            'account-settings/social-networks',
538
            'account-settings/location',
539
            'account-settings/privacy',
540
            'account-settings/basic',
541
            'account-settings/browsers',
542
            'account-settings/ips',
543
            'account-settings/devices',
544
            'account-settings/transactions',
545
            'account-settings/transactions/add-funds',
546
            'account-settings/add-facebook',
547
            'account-settings/remove-facebook',
548
            'account-settings/add-twitter',
549
            'account-settings/remove-twitter',
550
            'account-settings/add-google',
551
            'account-settings/remove-google',
1979 efrain 552
            'account-settings/delete-account',
1 www 553
            'search',
554
            'search/group',
555
            'search/job',
556
            'search/user',
557
            'moodle',
558
            'profile',
559
            'profile/self-evaluation',
560
            'profile/self-evaluation/take-a-test',
279 efrain 561
            'profile/self-evaluation/report',
554 geraldo 562
            'profile/performance-evaluation',
563
            'profile/performance-evaluation/take-a-test',
564
            'profile/performance-evaluation/report',
1 www 565
            'profile/microlearning',
566
            'profile/microlearning/timeline',
567
            'profile/microlearning/progress',
568
            'profile/view',
569
            'profile/people-viewed-profile',
570
            'profile/my-profiles',
571
            'profile/my-profiles/extended',
572
            'profile/my-profiles/cover',
573
            'profile/my-profiles/image',
574
            'profile/my-profiles/experience',
575
            'profile/my-profiles/education',
576
            'profile/my-profiles/language',
577
            'profile/my-profiles/location',
578
            'profile/my-profiles/skill',
579
            'profile/my-profiles/social-network',
3912 efrain 580
            'profile/my-profiles/aptitude',
581
            'profile/my-profiles/hobby-and-interest',
1 www 582
            'profile/my-profiles/add',
583
            'profile/my-profiles/edit',
584
            'profile/my-profiles/delete',
3639 efrain 585
 
1 www 586
            'group',
587
            'group/view',
588
            'group/request',
589
            'group/leave',
590
            'group/cancel',
1360 efrain 591
            'group/accept',
592
            'group/reject',
1 www 593
            'group/my-groups',
594
            'group/my-groups/accessibility',
595
            'group/my-groups/industry',
596
            'group/my-groups/extended',
597
            'group/my-groups/type',
598
            'group/my-groups/users',
599
            'group/my-groups/image',
600
            'group/my-groups/cover',
601
            'group/my-groups/website',
602
            'group/my-groups/privacy',
603
            'group/my-groups/add',
604
            'group/my-groups/edit',
605
            'group/my-groups/delete',
606
            'group/my-groups/status',
607
            'group/joined-groups',
608
            'group/requests-sent',
609
            'group/invitations-received',
610
            'group/members',
611
            'group/members/approve',
612
            'group/members/reject',
613
            'group/members/invite',
614
            'group/members/cancel',
615
            'job',
616
            'job/view',
617
            'job/applied-jobs',
618
            'job/apply-job',
619
            'job/remove-apply-job',
620
            'job/saved-jobs',
621
            'job/save-job',
622
            'job/remove-save-job',
623
            'inmail',
624
            'inmail/block',
625
            'inmail/delete',
626
            'inmail/message',
627
            'inmail/message/send',
628
            'inmail/message/delete',
629
            'chat',
4857 efrain 630
            'chat/users',
1 www 631
            'chat/heart-beat',
632
            'chat/create-group',
633
            'chat/add-user-to-group',
634
            'chat/mark-seen',
635
            'chat/mark-received',
636
            'chat/remove-user-from-group',
637
            'chat/get-all-messages',
638
            'chat/send',
639
            'chat/get-contacts-availables-for-group',
640
            'chat/get-contact-group-list',
641
            'chat/leave-group',
642
            'chat/delete-group',
643
            'chat/close',
644
            'chat/clear',
3121 efrain 645
            'chat/open',
1 www 646
            'chat/upload',
4113 efrain 647
            'chat/zoom',
5343 efrain 648
            'chat/open-or-create',
5546 anderson 649
 
1 www 650
            'help',
651
            'helpers',
652
            'helpers/search-people',
653
            'helpers/posts',
654
            'helpers/people-you-may-know',
655
            'helpers/people-viewed-profile',
656
            'helpers/company-follower',
657
            'helpers/company-suggestion',
658
            'helpers/group-members',
659
            'helpers/group-members/invite',
660
            'helpers/group-members/cancel',
661
            'helpers/group-members/reject',
662
            'helpers/group-members/approve',
663
            'helpers/groups-suggestion',
3298 efrain 664
            'helpers/my-groups',
2444 efrain 665
            'helpers/footer',
4179 efrain 666
            'helpers/next-events',
1 www 667
            'marketplace',
668
            'marketplace/categories',
669
            'marketplace/enroll',
5223 efrain 670
            'marketplace/claim',
1 www 671
            'marketplace/join',
672
            'marketplace/buy',
4113 efrain 673
 
674
            'calendar',
675
            'calendar/events',
5546 anderson 676
 
5837 efrain 677
/*
678
            'zoom',
679
            'zoom/add',
680
            'zoom/delete',
681
            'zoom/listing',
682
            */
1 www 683
        ],
684
        UserType::USER => [
685
            'home',
686
            'onroom',
5751 efrain 687
            'language',
3298 efrain 688
            'share',
4778 efrain 689
            'share/increment-external-counter',
1 www 690
            'signin',
691
            'signin/facebook',
692
            'signin/twitter',
693
            'signin/google',
3639 efrain 694
            'signin/impersonate',
1 www 695
            'signout',
696
            'signup',
210 efrain 697
            'csrf',
1 www 698
            'check-session',
3775 efrain 699
            'shorter',
700
            'shorter/generate',
1 www 701
            'notifications',
3262 efrain 702
            'notifications/mark-read',
703
            'notifications/mark-all-read',
704
            'notifications/delete',
705
            'notifications/clear',
706
            'notifications/unreads',
1 www 707
            'professionalism-policy',
708
            'reset-password',
709
            'forgot-password',
710
            'activate-account',
711
            'privacy-policy',
712
            'terms-and-conditions',
713
            'cookies',
714
            'backend',
715
            'backend/signin-company',
716
            'oauth',
717
            'oauth/facebook',
718
            'oauth/facebook/cancel',
719
            'oauth/facebook/delete',
720
            'oauth/twitter',
721
            'oauth/google',
722
            'oauth/instagram',
723
            'paypal',
724
            'paypal/success',
725
            'paypal/cancel',
726
            'services',
727
            'services/device',
728
            'services/check-session',
729
            'services/fcm',
730
            'services/signin',
1323 efrain 731
            'services/signout',
1 www 732
            'services/sync',
733
            'services/sync-batch',
734
            'services/storage',
735
            'services/microlearning',
736
            'services/microlearning/refresh',
737
            'services/microlearning/check-changes',
280 efrain 738
            'services/microlearning/capsules',
739
            'services/microlearning/capsules/comments',
740
            'services/microlearning/capsules/comments/add',
741
            'services/microlearning/capsules/comments/delete',
1979 efrain 742
            'services/delete-account',
1 www 743
            'storage',
3639 efrain 744
            'storage-network',
1 www 745
            'dashboard',
746
            'post',
4808 efrain 747
            'post/comments',
748
            'post/comments/add',
749
            'post/comments/delete',
5765 efrain 750
            'post/save-reaction',
5780 efrain 751
            'post/delete-reaction',
1 www 752
            'feed',
753
            'feed/timeline',
754
            'feed/add',
755
            'feed/delete',
756
            'feed/share',
757
            'feed/comment',
758
            'feed/comment/delete',
5765 efrain 759
            'feed/save-reaction',
5780 efrain 760
            'feed/delete-reaction',
6388 efrain 761
            'feed/vote',
1 www 762
            'connection',
763
            'connection/my-connections',
764
            'connection/people-you-may-know',
765
            'connection/people-blocked',
766
            'connection/people-blocked/delete',
767
            'connection/invitations-sent',
768
            'connection/invitations-received',
769
            'connection/request',
770
            'connection/approve',
771
            'connection/reject',
772
            'connection/block',
773
            'connection/cancel',
774
            'connection/delete',
775
            'connection/unblock',
776
            'account-settings',
777
            'account-settings/image',
778
            'account-settings/deactivate',
779
            'account-settings/notifications',
780
            'account-settings/password',
781
            'account-settings/social-networks',
782
            'account-settings/location',
783
            'account-settings/privacy',
784
            'account-settings/basic',
785
            'account-settings/browsers',
786
            'account-settings/ips',
787
            'account-settings/devices',
788
            'account-settings/transactions',
789
            'account-settings/transactions/add-funds',
790
            'account-settings/add-facebook',
791
            'account-settings/remove-facebook',
792
            'account-settings/add-twitter',
793
            'account-settings/remove-twitter',
794
            'account-settings/add-google',
795
            'account-settings/remove-google',
1979 efrain 796
            'account-settings/delete-account',
1 www 797
            'search',
798
            'search/group',
799
            'search/job',
800
            'search/user',
801
            'moodle',
802
            'profile',
803
            'profile/self-evaluation',
804
            'profile/self-evaluation/take-a-test',
279 efrain 805
            'profile/self-evaluation/report',
554 geraldo 806
            'profile/performance-evaluation',
807
            'profile/performance-evaluation/take-a-test',
808
            'profile/performance-evaluation/report',
1 www 809
            'profile/microlearning',
810
            'profile/microlearning/timeline',
811
            'profile/microlearning/progress',
812
            'profile/view',
813
            'profile/people-viewed-profile',
814
            'profile/my-profiles',
815
            'profile/my-profiles/extended',
816
            'profile/my-profiles/cover',
817
            'profile/my-profiles/image',
818
            'profile/my-profiles/experience',
819
            'profile/my-profiles/education',
820
            'profile/my-profiles/language',
821
            'profile/my-profiles/location',
822
            'profile/my-profiles/skill',
823
            'profile/my-profiles/social-network',
3912 efrain 824
            'profile/my-profiles/aptitude',
825
            'profile/my-profiles/hobby-and-interest',
1 www 826
            'profile/my-profiles/add',
827
            'profile/my-profiles/edit',
828
            'profile/my-profiles/delete',
829
            'group',
830
            'group/view',
831
            'group/request',
832
            'group/leave',
833
            'group/cancel',
1360 efrain 834
            'group/accept',
835
            'group/reject',
1 www 836
            'group/my-groups',
837
            'group/my-groups/accessibility',
838
            'group/my-groups/industry',
839
            'group/my-groups/extended',
840
            'group/my-groups/type',
841
            'group/my-groups/users',
842
            'group/my-groups/image',
843
            'group/my-groups/cover',
844
            'group/my-groups/website',
845
            'group/my-groups/privacy',
846
            'group/my-groups/add',
847
            'group/my-groups/edit',
848
            'group/my-groups/delete',
849
            'group/my-groups/status',
850
            'group/joined-groups',
851
            'group/requests-sent',
852
            'group/invitations-received',
853
            'group/members',
854
            'group/members/approve',
855
            'group/members/reject',
856
            'group/members/invite',
857
            'group/members/cancel',
858
            'job',
859
            'job/view',
860
            'job/applied-jobs',
861
            'job/apply-job',
862
            'job/remove-apply-job',
863
            'job/saved-jobs',
864
            'job/save-job',
865
            'job/remove-save-job',
866
            'inmail',
867
            'inmail/block',
868
            'inmail/delete',
869
            'inmail/message',
870
            'inmail/message/send',
871
            'inmail/message/delete',
872
            'chat',
4857 efrain 873
            'chat/users',
1 www 874
            'chat/heart-beat',
875
            'chat/create-group',
876
            'chat/add-user-to-group',
877
            'chat/mark-seen',
878
            'chat/mark-received',
879
            'chat/remove-user-from-group',
880
            'chat/get-all-messages',
881
            'chat/send',
882
            'chat/get-contacts-availables-for-group',
883
            'chat/get-contact-group-list',
884
            'chat/leave-group',
885
            'chat/delete-group',
886
            'chat/close',
887
            'chat/clear',
3121 efrain 888
            'chat/open',
1 www 889
            'chat/upload',
4113 efrain 890
            'chat/zoom',
5343 efrain 891
            'chat/open-or-create',
5546 anderson 892
 
1 www 893
            'help',
894
            'helpers',
895
            'helpers/search-people',
896
            'helpers/posts',
897
            'helpers/people-you-may-know',
898
            'helpers/people-viewed-profile',
899
            'helpers/company-follower',
900
            'helpers/company-suggestion',
901
            'helpers/group-members',
902
            'helpers/group-members/invite',
903
            'helpers/group-members/cancel',
904
            'helpers/group-members/reject',
905
            'helpers/group-members/approve',
906
            'helpers/groups-suggestion',
3298 efrain 907
            'helpers/my-groups',
2444 efrain 908
            'helpers/footer',
4179 efrain 909
            'helpers/next-events',
1 www 910
            'marketplace',
911
            'marketplace/categories',
912
            'marketplace/enroll',
5223 efrain 913
            'marketplace/claim',
1 www 914
            'marketplace/join',
915
            'marketplace/buy',
4113 efrain 916
 
917
            'calendar',
918
            'calendar/events',
5546 anderson 919
 
5837 efrain 920
            /*
921
            'zoom',
922
            'zoom/add',
923
            'zoom/delete',
924
            'zoom/listing',*/
1 www 925
        ],
926
        UserType::GUEST => [
927
            'home',
928
            'onroom',
5751 efrain 929
            'language',
3349 efrain 930
            'share',
1 www 931
            'signin',
932
            'signin/facebook',
933
            'signin/twitter',
934
            'signin/google',
3639 efrain 935
            'signin/impersonate',
1 www 936
            'signout',
937
            'signup',
938
            'check-session',
3775 efrain 939
            'shorter',
1 www 940
            'notifications',
3262 efrain 941
            'notifications/mark-read',
942
            'notifications/mark-all-read',
943
            'notifications/delete',
944
            'notifications/clear',
945
            'notifications/unreads',
1 www 946
            'professionalism-policy',
947
            'reset-password',
948
            'forgot-password',
949
            'activate-account',
950
            'privacy-policy',
951
            'terms-and-conditions',
952
            'cookies',
2581 efrain 953
            'csrf',
1 www 954
            'oauth',
955
            'oauth/facebook',
956
            'oauth/facebook/cancel',
957
            'oauth/facebook/delete',
958
            'oauth/twitter',
959
            'oauth/google',
960
            'oauth/instagram',
961
            'paypal',
962
            'paypal/success',
963
            'paypal/cancel',
3639 efrain 964
            'storage-network',
1 www 965
            'services',
966
            'services/device',
967
            'services/check-session',
968
            'services/fcm',
969
            'services/signin',
970
            'services/signout',
971
            'services/sync',
972
            'services/sync-batch',
5546 anderson 973
 
5837 efrain 974
            /*
975
            'zoom',
976
            'zoom/add',
977
            'zoom/delete',
978
            'zoom/listing',*/
1 www 979
        ],
1979 efrain 980
        UserType::USER_DELETED => [
981
            'home',
5751 efrain 982
            'language',
1979 efrain 983
            'signin',
984
            'signin/facebook',
985
            'signin/twitter',
986
            'signin/google',
987
            'signout',
988
            'signup',
989
            'check-session',
990
            'notifications',
3262 efrain 991
            'notifications/mark-read',
992
            'notifications/mark-all-read',
993
            'notifications/delete',
994
            'notifications/clear',
995
            'notifications/unreads',
1979 efrain 996
            'professionalism-policy',
997
            'reset-password',
998
            'forgot-password',
999
            'activate-account',
1000
            'privacy-policy',
1001
            'terms-and-conditions',
1002
            'cookies',
1003
            'oauth',
2581 efrain 1004
            'csrf',
3775 efrain 1005
            'shorter',
1979 efrain 1006
            'oauth/facebook',
1007
            'oauth/facebook/cancel',
1008
            'oauth/facebook/delete',
1009
            'oauth/twitter',
1010
            'oauth/google',
1011
            'oauth/instagram',
2002 efrain 1012
            'services',
1013
            'services/device',
1014
            'services/check-session',
1015
            'services/fcm',
1016
            'services/signin',
1017
            'services/signout',
1018
            'services/sync',
1019
            'services/sync-batch',
1979 efrain 1020
        ],
1 www 1021
    ];
1022
}
4842 efrain 1023
 
1024
function getAclMenuDefaultNetworkConnectionUser2User()
1025
{
1026
    return [
1027
        [
1028
            'label' => 'LABEL_HOME',
1029
            'route' => 'dashboard',
1030
            'class' => '/images/navbar/home.svg',
1031
        ],
1032
        [
1033
            'label' => 'LABEL_PROFILE',
1034
            'route' => 'profile',
1035
            'class' => '/images/navbar/perfil.svg',
1036
            'pages' => [
1037
                [
1038
                    'label' => 'LABEL_CONNECTIONS',
1039
                    'route' => 'connection',
1040
                    //'class' =>'/images/navbar/conexion.svg',
1041
                    'pages' => [
1042
                        [
1043
                            'label' => 'LABEL_MY_CONNECTIONS',
1044
                            'route' => 'connection/my-connections'
1045
                        ],
1046
                        [
1047
                            'label' => 'LABEL_INVITATIONS_SENT',
1048
                            'route' => 'connection/invitations-sent'
1049
                        ],
1050
                        [
1051
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1052
                            'route' => 'connection/invitations-received'
1053
                        ],
1054
                        [
1055
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1056
                            'route' => 'connection/people-you-may-know'
1057
                        ],
1058
                        [
1059
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1060
                            'route' => 'connection/people-blocked'
1061
                        ],
5546 anderson 1062
 
1063
 
4842 efrain 1064
                    ]
1065
                ],
1066
                [
1067
                    'label' => 'LABEL_MY_PROFILES',
1068
                    'route' => 'profile/my-profiles'
1069
                ],
1070
                [
1071
                    'label' => 'LABEL_JOBS_APPLIED',
1072
                    'route' => 'job/applied-jobs'
1073
                ],
1074
                [
1075
                    'label' => 'LABEL_JOBS_SAVED',
1076
                    'route' => 'job/saved-jobs'
1077
                ],
1078
                [
1079
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1080
                    'route' => 'profile/people-viewed-profile'
1081
                ],
5546 anderson 1082
 
4842 efrain 1083
            ]
1084
        ],
5546 anderson 1085
 
1086
 
4842 efrain 1087
        [
1088
            'label' => 'LABEL_COMPANIES',
1089
            'route' => 'company',
1090
            'class' => '/images/navbar/empresa.svg',
1091
            'pages' => [
1092
                [
1093
                    'label' => 'LABEL_MY_COMPANIES',
1094
                    'route' => 'company/my-companies'
1095
                ],
1096
                [
1097
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1098
                    'route' => 'company/following-companies'
1099
                ],
1100
                [
1101
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1102
                    'route' => 'company/i-work-with'
1103
                ],
1104
                [
1105
                    'label' => 'LABEL_REQUESTS_SENT',
1106
                    'route' => 'company/requests-sent'
1107
                ],
1108
                [
1109
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1110
                    'route' => 'company/invitations-received'
1111
                ]
1112
            ]
1113
        ],
5546 anderson 1114
 
4842 efrain 1115
        [
1116
            'label' => 'LABEL_GROUPS',
1117
            'route' => 'group',
1118
            'class' => '/images/navbar/grupos.svg',
1119
            'pages' => [
1120
                [
1121
                    'label' => 'LABEL_MY_GROUPS',
1122
                    'route' => 'group/my-groups'
1123
                ],
1124
                [
1125
                    'label' => 'LABEL_JOINED_GROUPS',
1126
                    'route' => 'group/joined-groups'
1127
                ],
1128
                [
1129
                    'label' => 'LABEL_REQUESTS_SENT',
1130
                    'route' => 'group/requests-sent'
1131
                ],
1132
                [
1133
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1134
                    'route' => 'group/invitations-received'
1135
                ]
1136
            ]
1137
        ],
1138
        [
1139
            'label' => 'LABEL_MARKETPLACE',
1140
            'route' => 'marketplace',
1141
            'class' => '/images/navbar/market-place.svg',
1142
        ],
1143
        [
1144
            'label' => 'LABEL_CALENDAR',
1145
            'route' => 'calendar',
1146
            'class' => '/images/navbar/calendar.svg',
1147
        ],
5546 anderson 1148
 
1149
 
1150
 
1151
 
1152
 
1153
 
1154
 
1155
 
4842 efrain 1156
        /* [
1157
         'label' => 'LABEL_MESSAGES',
1158
         'route' => 'inmail',
1159
         'class' => 'fa fa-envelope',
1160
         ],
1161
         [
1162
         'label' => 'LABEL_NOTIFICATIONS',
1163
         'route' => 'dashboard',
1164
         'class' => 'fa fa-bolt',
1165
         ], */
1166
    ];
1167
}
1168
 
1169
function getAclMenuDefaultNetworkConnectionAll2All()
1170
{
1171
    return [
1172
        [
1173
            'label' => 'LABEL_HOME',
1174
            'route' => 'dashboard',
1175
            'class' => '/images/navbar/home.svg',
1176
        ],
1177
        [
1178
            'label' => 'LABEL_PROFILE',
1179
            'route' => 'profile',
1180
            'class' => '/images/navbar/perfil.svg',
1181
            'pages' => [
1182
                [
1183
                    'label' => 'LABEL_MY_CONNECTIONS',
5546 anderson 1184
                    'route' => 'connection/my-connections',
4842 efrain 1185
                ],
1186
                [
1187
                    'label' => 'LABEL_MY_PROFILES',
1188
                    'route' => 'profile/my-profiles'
1189
                ],
1190
                [
1191
                    'label' => 'LABEL_JOBS_APPLIED',
1192
                    'route' => 'job/applied-jobs'
1193
                ],
1194
                [
1195
                    'label' => 'LABEL_JOBS_SAVED',
1196
                    'route' => 'job/saved-jobs'
1197
                ],
1198
                [
1199
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1200
                    'route' => 'profile/people-viewed-profile'
1201
                ],
5546 anderson 1202
 
4842 efrain 1203
            ]
1204
        ],
5546 anderson 1205
 
1206
 
4842 efrain 1207
        [
1208
            'label' => 'LABEL_COMPANIES',
1209
            'route' => 'company',
1210
            'class' => '/images/navbar/empresa.svg',
1211
            'pages' => [
1212
                [
1213
                    'label' => 'LABEL_MY_COMPANIES',
1214
                    'route' => 'company/my-companies'
1215
                ],
1216
                [
1217
                    'label' => 'LABEL_COMPANIES_I_FOLLOW',
1218
                    'route' => 'company/following-companies'
1219
                ],
1220
                [
1221
                    'label' => 'LABEL_COMPANIES_I_WORK_WITH',
1222
                    'route' => 'company/i-work-with'
1223
                ],
1224
                [
1225
                    'label' => 'LABEL_REQUESTS_SENT',
1226
                    'route' => 'company/requests-sent'
1227
                ],
1228
                [
1229
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1230
                    'route' => 'company/invitations-received'
1231
                ]
1232
            ]
1233
        ],
5546 anderson 1234
 
4842 efrain 1235
        [
1236
            'label' => 'LABEL_GROUPS',
1237
            'route' => 'group',
1238
            'class' => '/images/navbar/grupos.svg',
1239
            'pages' => [
1240
                [
1241
                    'label' => 'LABEL_MY_GROUPS',
1242
                    'route' => 'group/my-groups'
1243
                ],
1244
                [
1245
                    'label' => 'LABEL_JOINED_GROUPS',
1246
                    'route' => 'group/joined-groups'
1247
                ],
1248
                [
1249
                    'label' => 'LABEL_REQUESTS_SENT',
1250
                    'route' => 'group/requests-sent'
1251
                ],
1252
                [
1253
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1254
                    'route' => 'group/invitations-received'
1255
                ]
1256
            ]
1257
        ],
1258
        [
1259
            'label' => 'LABEL_MARKETPLACE',
1260
            'route' => 'marketplace',
1261
            'class' => '/images/navbar/market-place.svg',
1262
        ],
1263
        [
1264
            'label' => 'LABEL_CALENDAR',
1265
            'route' => 'calendar',
1266
            'class' => '/images/navbar/calendar.svg',
1267
        ],
5546 anderson 1268
 
1269
 
1270
 
1271
 
1272
 
1273
 
1274
 
1275
 
4842 efrain 1276
        /* [
1277
         'label' => 'LABEL_MESSAGES',
1278
         'route' => 'inmail',
1279
         'class' => 'fa fa-envelope',
1280
         ],
1281
         [
1282
         'label' => 'LABEL_NOTIFICATIONS',
1283
         'route' => 'dashboard',
1284
         'class' => 'fa fa-bolt',
1285
         ], */
1286
    ];
1287
}
1288
 
1289
function getAclMenuNonDefaulNetworkConnectionUser2User()
1290
{
1291
    return [
1292
        [
1293
            'label' => 'LABEL_HOME',
1294
            'route' => 'dashboard',
1295
            'class' => '/images/navbar/home.svg',
1296
        ],
1297
        [
1298
            'label' => 'LABEL_PROFILE',
1299
            'route' => 'profile',
1300
            'class' => '/images/navbar/perfil.svg',
1301
            'pages' => [
1302
                [
1303
                    'label' => 'LABEL_CONNECTIONS',
1304
                    'route' => 'connection',
1305
                    //'class' =>'/images/navbar/conexion.svg',
1306
                    'pages' => [
1307
                        [
1308
                            'label' => 'LABEL_MY_CONNECTIONS',
1309
                            'route' => 'connection/my-connections'
1310
                        ],
1311
                        [
1312
                            'label' => 'LABEL_INVITATIONS_SENT',
1313
                            'route' => 'connection/invitations-sent'
1314
                        ],
1315
                        [
1316
                            'label' => 'LABEL_INVITATIONS_RECEIVED',
1317
                            'route' => 'connection/invitations-received'
1318
                        ],
1319
                        [
1320
                            'label' => 'LABEL_PEOPLE_YOU_MAY_KNOW',
1321
                            'route' => 'connection/people-you-may-know'
1322
                        ],
1323
                        [
1324
                            'label' => 'LABEL_PEOPLE_BLOCKED',
1325
                            'route' => 'connection/people-blocked'
1326
                        ],
5546 anderson 1327
 
1328
 
4842 efrain 1329
                    ]
1330
                ],
1331
                [
1332
                    'label' => 'LABEL_MY_PROFILES',
1333
                    'route' => 'profile/my-profiles'
1334
                ],
1335
                [
1336
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1337
                    'route' => 'profile/people-viewed-profile'
1338
                ],
5546 anderson 1339
 
4842 efrain 1340
            ]
1341
        ],
5546 anderson 1342
 
4842 efrain 1343
        [
1344
            'label' => 'LABEL_COMPANY',
1345
            'route' => 'company',
1346
            'class' => '/images/navbar/empresa.svg',
5546 anderson 1347
 
4842 efrain 1348
        ],
5546 anderson 1349
 
4842 efrain 1350
        [
1351
            'label' => 'LABEL_GROUPS',
1352
            'route' => 'group',
1353
            'class' => '/images/navbar/grupos.svg',
1354
            'pages' => [
1355
                [
1356
                    'label' => 'LABEL_MY_GROUPS',
1357
                    'route' => 'group/my-groups'
1358
                ],
1359
                [
1360
                    'label' => 'LABEL_JOINED_GROUPS',
1361
                    'route' => 'group/joined-groups'
1362
                ],
1363
                [
1364
                    'label' => 'LABEL_REQUESTS_SENT',
1365
                    'route' => 'group/requests-sent'
1366
                ],
1367
                [
1368
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1369
                    'route' => 'group/invitations-received'
1370
                ]
1371
            ]
1372
        ],
1373
        [
1374
            'label' => 'LABEL_MARKETPLACE',
1375
            'route' => 'marketplace',
1376
            'class' => '/images/navbar/market-place.svg',
1377
        ],
1378
        [
1379
            'label' => 'LABEL_CALENDAR',
1380
            'route' => 'calendar',
1381
            'class' => '/images/navbar/calendar.svg',
1382
        ],
5546 anderson 1383
 
1384
 
1385
 
1386
 
1387
 
1388
 
1389
 
1390
 
4842 efrain 1391
        /* [
1392
         'label' => 'LABEL_MESSAGES',
1393
         'route' => 'inmail',
1394
         'class' => 'fa fa-envelope',
1395
         ],
1396
         [
1397
         'label' => 'LABEL_NOTIFICATIONS',
1398
         'route' => 'dashboard',
1399
         'class' => 'fa fa-bolt',
1400
         ], */
1401
    ];
1402
}
1403
 
1404
function getAclMenuNonDefaultNetworkConnectionAll2All()
1405
{
1406
    return [
1407
        [
1408
            'label' => 'LABEL_HOME',
1409
            'route' => 'dashboard',
1410
            'class' => '/images/navbar/home.svg',
1411
        ],
1412
        [
1413
            'label' => 'LABEL_PROFILE',
1414
            'route' => 'profile',
1415
            'class' => '/images/navbar/perfil.svg',
1416
            'pages' => [
1417
                [
1418
                    'label' => 'LABEL_MY_CONNECTIONS',
1419
                    'route' => 'connection/my-connections'
1420
                ],
1421
                [
1422
                    'label' => 'LABEL_MY_PROFILES',
1423
                    'route' => 'profile/my-profiles'
1424
                ],
1425
                [
1426
                    'label' => 'LABEL_WHO_HAS_SEEN_MY_PROFILE',
1427
                    'route' => 'profile/people-viewed-profile'
1428
                ],
5546 anderson 1429
 
4842 efrain 1430
            ]
1431
        ],
5546 anderson 1432
 
4842 efrain 1433
        [
1434
            'label' => 'LABEL_COMPANY',
1435
            'route' => 'company',
1436
            'class' => '/images/navbar/empresa.svg',
5546 anderson 1437
 
4842 efrain 1438
        ],
5546 anderson 1439
 
1440
 
4842 efrain 1441
        [
1442
            'label' => 'LABEL_GROUPS',
1443
            'route' => 'group',
1444
            'class' => '/images/navbar/grupos.svg',
1445
            'pages' => [
1446
                [
1447
                    'label' => 'LABEL_MY_GROUPS',
1448
                    'route' => 'group/my-groups'
1449
                ],
1450
                [
1451
                    'label' => 'LABEL_JOINED_GROUPS',
1452
                    'route' => 'group/joined-groups'
1453
                ],
1454
                [
1455
                    'label' => 'LABEL_REQUESTS_SENT',
1456
                    'route' => 'group/requests-sent'
1457
                ],
1458
                [
1459
                    'label' => 'LABEL_INVITATIONS_RECEIVED',
1460
                    'route' => 'group/invitations-received'
1461
                ]
1462
            ]
1463
        ],
1464
        [
1465
            'label' => 'LABEL_MARKETPLACE',
1466
            'route' => 'marketplace',
1467
            'class' => '/images/navbar/market-place.svg',
1468
        ],
1469
        [
1470
            'label' => 'LABEL_CALENDAR',
1471
            'route' => 'calendar',
1472
            'class' => '/images/navbar/calendar.svg',
1473
        ],
5546 anderson 1474
 
1475
 
1476
 
1477
 
1478
 
1479
 
1480
 
1481
 
4842 efrain 1482
        /* [
1483
         'label' => 'LABEL_MESSAGES',
1484
         'route' => 'inmail',
1485
         'class' => 'fa fa-envelope',
1486
         ],
1487
         [
1488
         'label' => 'LABEL_NOTIFICATIONS',
1489
         'route' => 'dashboard',
1490
         'class' => 'fa fa-bolt',
1491
         ], */
1492
    ];
1493
}