Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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