Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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