Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16977 | Rev 17007 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16977 Rev 17003
Línea 66... Línea 66...
66
                        'controller' => '\LeadersLinked\Controller\DashboardController',
66
                        'controller' => '\LeadersLinked\Controller\DashboardController',
67
                        'action' => 'index'
67
                        'action' => 'index'
68
                    ]
68
                    ]
69
                ]
69
                ]
70
            ],
70
            ],
71
            'storage' => [
-
 
72
                'type' => Segment::class,
-
 
73
                'options' => [
-
 
74
                    'route' => '/storage/type/:type[/code/:code][/code2/:code2][/filename/:filename]',
-
 
75
                    'constraints' => [
-
 
76
                        'type' => 'user|user-profile|message|user-cover|company|company-cover|group|group-cover|job|chat|image|feed|post|post-type|microlearning-topic|microlearning-capsule|microlearning-slide|recruitment-selection|daily-pulse|engagement-reward',
71
            
77
                        'code' => '[A-Za-z0-9\-]+\=*',
-
 
78
                        'code2' => '[A-Za-z0-9\-]+\=*',
-
 
79
                        'filename' => '[a-zA-Z0-9\-\_]+\.(jpg|jpeg|gif|png|mp3|mp4|flv|doc|pdf|docx|xls|ppt|pdf|xlsx|pptx)'
-
 
80
                    ],
-
 
81
                    'defaults' => [
-
 
82
                        'controller' => '\LeadersLinked\Controller\StorageController',
-
 
83
                        'action' => 'download'
-
 
84
                    ]
-
 
85
                ]
-
 
86
            ],
-
 
87
            'storage-network' => [
-
 
88
                'type' => Segment::class,
-
 
89
                'options' => [
-
 
90
                    'route' => '/storage-network/type/:type[/]',
-
 
91
                    'constraints' => [
-
 
92
                        'type' => 'navbar|logo|favico',
-
 
93
                    ],
-
 
94
                    // MjM5ODk0Mzgg
-
 
95
                    'defaults' => [
-
 
96
                        'controller' => '\LeadersLinked\Controller\StorageNetworkController',
-
 
97
                        'action' => 'download'
-
 
98
                    ]
-
 
99
                ]
-
 
100
            ],
-
 
Línea 101... Línea 72...
101
            
72
            
Línea 102... Línea 73...
102
            /** INICIO ORGANIZACION DEL MENU **/
73
            /** INICIO ORGANIZACION DEL MENU **/
103
            
74
            
Línea 1598... Línea 1569...
1598
                                    ]
1569
                                    ]
1599
                                ],
1570
                                ],
1600
                                'may_terminate' => true,
1571
                                'may_terminate' => true,
1601
                                'child_routes' => [
1572
                                'child_routes' => [
1602
                                    'add' => [
1573
                                    'add' => [
1603
                                        'type' => Segment::class,
1574
                                        'type' => Literal::class,
1604
                                        'options' => [
1575
                                        'options' => [
1605
                                            'route' => '/add/topic/:topic_uuid',
-
 
1606
                                            'constraints' => [
1576
                                            'route' => '/add',
1607
                                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
1608
                                            ],
-
 
-
 
1577
                                            
1609
                                            'defaults' => [
1578
                                            'defaults' => [
1610
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
1579
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
1611
                                                'action' => 'add'
1580
                                                'action' => 'add'
1612
                                            ]
1581
                                            ]
1613
                                        ]
1582
                                        ]
1614
                                    ],
1583
                                    ],
1615
                                    'edit' => [
1584
                                    'edit' => [
1616
                                        'type' => Segment::class,
1585
                                        'type' => Segment::class,
1617
                                        'options' => [
1586
                                        'options' => [
1618
                                            'route' => '/edit/topic/:topic_uuid/id/:capsule_uuid',
1587
                                            'route' => '/edit/:capsule_uuid',
1619
                                            'constraints' => [
1588
                                            'constraints' => [
1620
                                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
1621
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1589
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1622
                                            ],
1590
                                            ],
1623
                                            'defaults' => [
1591
                                            'defaults' => [
1624
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
1592
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
1625
                                                'action' => 'edit'
1593
                                                'action' => 'edit'
Línea 1627... Línea 1595...
1627
                                        ]
1595
                                        ]
1628
                                    ],
1596
                                    ],
1629
                                    'delete' => [
1597
                                    'delete' => [
1630
                                        'type' => Segment::class,
1598
                                        'type' => Segment::class,
1631
                                        'options' => [
1599
                                        'options' => [
1632
                                            'route' => '/delete/topic/:topic_uuid/id/:capsule_uuid',
1600
                                            'route' => '/delete/:capsule_uuid',
1633
                                            'constraints' => [
1601
                                            'constraints' => [
1634
                                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
1635
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1602
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1636
                                            ],
1603
                                            ],
1637
                                            'defaults' => [
1604
                                            'defaults' => [
1638
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
1605
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
1639
                                                'action' => 'delete'
1606
                                                'action' => 'delete'
Línea 1641... Línea 1608...
1641
                                        ]
1608
                                        ]
1642
                                    ],
1609
                                    ],
1643
                                    'users' => [
1610
                                    'users' => [
1644
                                        'type' => Segment::class,
1611
                                        'type' => Segment::class,
1645
                                        'options' => [
1612
                                        'options' => [
1646
                                            'route' => '/users/topic/:topic_uuid/id/:capsule_uuid/type/:type',
1613
                                            'route' => '/users/id/:capsule_uuid/type/:type',
1647
                                            'constraints' => [
1614
                                            'constraints' => [
1648
                                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
1649
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1615
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1650
                                                'type' => 'all|active',
1616
                                                'type' => 'all|active',
1651
                                            ],
1617
                                            ],
1652
                                            'defaults' => [
1618
                                            'defaults' => [
1653
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
1619
                                                'controller' => '\LeadersLinked\Controller\MicrolearningCapsuleController',
Línea 1669... Línea 1635...
1669
                                'may_terminate' => true,
1635
                                'may_terminate' => true,
1670
                                'child_routes' => [
1636
                                'child_routes' => [
1671
                                    'add' => [
1637
                                    'add' => [
1672
                                        'type' => Segment::class,
1638
                                        'type' => Segment::class,
1673
                                        'options' => [
1639
                                        'options' => [
1674
                                            'route' => '/add/topic/:topic_uuid/capsule/:capsule_uuid',
1640
                                            'route' => '/add/capsule/:capsule_uuid',
1675
                                            'constraints' => [
-
 
1676
                                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
1677
                                            ],
-
 
1678
                                            'defaults' => [
1641
                                            'defaults' => [
1679
                                                'controller' => '\LeadersLinked\Controller\MicrolearningSlideController',
1642
                                                'controller' => '\LeadersLinked\Controller\MicrolearningSlideController',
1680
                                                'action' => 'add'
1643
                                                'action' => 'add'
1681
                                            ]
1644
                                            ]
1682
                                        ]
1645
                                        ]
1683
                                    ],
1646
                                    ],
1684
                                    'edit' => [
1647
                                    'edit' => [
1685
                                        'type' => Segment::class,
1648
                                        'type' => Segment::class,
1686
                                        'options' => [
1649
                                        'options' => [
1687
                                            'route' => '/edit/topic/:topic_uuid/capsule/:capsule_uuid/slide/:slide_uuid',
1650
                                            'route' => '/edit/capsule/:capsule_uuid/slide/:slide_uuid',
1688
                                            'constraints' => [
1651
                                            'constraints' => [
1689
                                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
1690
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1652
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1691
                                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
1653
                                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
1692
                                            ],
1654
                                            ],
1693
                                            'defaults' => [
1655
                                            'defaults' => [
1694
                                                'controller' => '\LeadersLinked\Controller\MicrolearningSlideController',
1656
                                                'controller' => '\LeadersLinked\Controller\MicrolearningSlideController',
Línea 1697... Línea 1659...
1697
                                        ]
1659
                                        ]
1698
                                    ],
1660
                                    ],
1699
                                    'delete' => [
1661
                                    'delete' => [
1700
                                        'type' => Segment::class,
1662
                                        'type' => Segment::class,
1701
                                        'options' => [
1663
                                        'options' => [
1702
                                            'route' => '/delete/topic/:topic_uuid/capsule/:capsule_uuid/slide/:slide_uuid',
1664
                                            'route' => '/delete/capsule/:capsule_uuid/slide/:slide_uuid',
1703
                                            'constraints' => [
1665
                                            'constraints' => [
1704
                                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
1705
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1666
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1706
                                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
1667
                                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
1707
                                            ],
1668
                                            ],
1708
                                            'defaults' => [
1669
                                            'defaults' => [
1709
                                                'controller' => '\LeadersLinked\Controller\MicrolearningSlideController',
1670
                                                'controller' => '\LeadersLinked\Controller\MicrolearningSlideController',
Línea 1712... Línea 1673...
1712
                                        ]
1673
                                        ]
1713
                                    ],
1674
                                    ],
1714
                                    'text' => [
1675
                                    'text' => [
1715
                                        'type' => Segment::class,
1676
                                        'type' => Segment::class,
1716
                                        'options' => [
1677
                                        'options' => [
1717
                                            'route' => '/text/topic/:topic_uuid/capsule/:capsule_uuid/slide/:slide_uuid',
1678
                                            'route' => '/text/capsule/:capsule_uuid/slide/:slide_uuid',
1718
                                            'constraints' => [
1679
                                            'constraints' => [
1719
                                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
-
 
1720
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1680
                                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
1721
                                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
1681
                                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
1722
                                            ],
1682
                                            ],
1723
                                            'defaults' => [
1683
                                            'defaults' => [
1724
                                                'controller' => '\LeadersLinked\Controller\MicrolearningSlideController',
1684
                                                'controller' => '\LeadersLinked\Controller\MicrolearningSlideController',
Línea 4838... Línea 4798...
4838
 
4798
 
4839
 
4799
 
4840
                        ]
4800
                        ]
4841
                    ],
4801
                    ],
4842
                    'logs' => [
4802
                    'logs' => [
4843
                        'type' => Literal::class,
4803
                        'type' => Segment::class,
4844
                        'options' => [
4804
                        'options' => [
4845
                            'route' => '/log/:id',
4805
                            'route' => '/log/:id',
4846
                            'constraints' => [
4806
                            'constraints' => [
Línea 5831... Línea 5791...
5831
            'inmail-personal' => [
5791
            'inmail-personal' => [
5832
                'type' =>  Literal::class,
5792
                'type' =>  Literal::class,
5833
                'options' => [
5793
                'options' => [
5834
                    'route' => '/inmail-personal',
5794
                    'route' => '/inmail-personal',
5835
                    'defaults' => [
5795
                    'defaults' => [
5836
                        'controller' => '\LeadersLinked\Controller\InMailPersonalController',
5796
                        'controller' => '\LeadersLinked\Controller\HomeController',
5837
                        'action' => 'index'
5797
                        'action' => 'inMailPersonal'
5838
                    ]
5798
                    ]
5839
                ],
5799
                ],
5840
                'may_terminate' => true,
5800
                'may_terminate' => true,
5841
                'child_routes' => [
-
 
5842
                    
-
 
5843
                    'start-conversation' => [
-
 
5844
                        'type' => Literal::class,
-
 
5845
                        'options' => [
-
 
5846
                            'route' => '/start-conversation',
-
 
5847
                            'defaults' => [
-
 
5848
                                'controller' =>  '\LeadersLinked\Controller\InMailPersonalController',
-
 
5849
                                'action' => 'startConversation'
-
 
5850
                            ]
-
 
5851
                        ]
-
 
5852
                    ],
-
 
5853
                    
-
 
5854
                    'delete' => [
-
 
5855
                        'type' => Segment::class,
-
 
5856
                        'options' => [
-
 
5857
                            'route' => '/:id/delete',
-
 
5858
                            'constraints' => [
-
 
5859
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
5860
                            ],
-
 
5861
                            'defaults' => [
-
 
5862
                                'controller' =>  '\LeadersLinked\Controller\InMailPersonalController',
-
 
5863
                                'action' => 'delete'
-
 
5864
                            ]
-
 
5865
                        ]
-
 
5866
                    ],
-
 
5867
                    'messages' => [
-
 
5868
                        'type' => Segment::class,
-
 
5869
                        'options' => [
-
 
5870
                            'route' => '/:id/messages',
-
 
5871
                            'constraints' => [
-
 
5872
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
5873
                            ],
-
 
5874
                            'defaults' => [
-
 
5875
                                'controller' =>  '\LeadersLinked\Controller\InMailPersonalController',
-
 
5876
                                'action' => 'message'
-
 
5877
                            ]
-
 
5878
                        ],
-
 
5879
                        'may_terminate' => true,
-
 
5880
                        'child_routes' => [
-
 
5881
                            'send' => [
-
 
5882
                                'type' => Segment::class,
-
 
5883
                                'options' => [
-
 
5884
                                    'route' => '/send[/encoding/:encoding]',
-
 
5885
                                    'constraints' => [
-
 
5886
                                        'encoding' => 'base64'
-
 
5887
                                    ],
-
 
5888
                                    'defaults' => [
-
 
5889
                                        'controller' =>  '\LeadersLinked\Controller\InMailPersonalController',
-
 
5890
                                        'action' => 'sendMessage'
-
 
5891
                                    ]
-
 
5892
                                ]
-
 
5893
                            ],
-
 
5894
                            'delete' => [
-
 
5895
                                'type' => Segment::class,
-
 
5896
                                'options' => [
-
 
5897
                                    'route' => '/delete/:message',
-
 
5898
                                    'constraints' => [
-
 
5899
                                        'message' => '[A-Za-z0-9\-]+\=*',
-
 
5900
                                    ],
-
 
5901
                                    'defaults' => [
-
 
5902
                                        'controller' =>  '\LeadersLinked\Controller\InMailPersonalController',
-
 
5903
                                        'action' => 'delete'
-
 
5904
                                    ]
-
 
5905
                                ]
-
 
5906
                            ],
-
 
5907
                        ],
-
 
5908
                    ],
-
 
5909
                ],
-
 
5910
            ],
5801
            ],
Línea 5911... Línea 5802...
5911
            
5802
            
5912
            
5803
            
5913
            'inmail-company' => [
5804
            'inmail-company' => [
5914
                'type' => Literal::class,
5805
                'type' => Literal::class,
Línea 5915... Línea 5806...
5915
                'options' => [
5806
                'options' => [
5916
                    'route' => '/inmail-company',
5807
                    'route' => '/inmail-company',
-
 
5808
 
-
 
5809
                    'defaults' => [
-
 
5810
                        'controller' => '\LeadersLinked\Controller\HomeController',
-
 
5811
                        'action' => 'inMailCompany'
-
 
5812
                    ]
-
 
5813
                ],
-
 
5814
                'may_terminate' => true,
-
 
5815
            ],
-
 
5816
 
-
 
5817
 
-
 
5818
            'communication' => [
-
 
5819
                'type' => Literal::class,
-
 
5820
                'options' => [
5917
 
5821
                    'route' => '/communication',
5918
                    'defaults' => [
5822
                    'defaults' => [
5919
                        'controller' => '\LeadersLinked\Controller\InMailCompanyController',
5823
                        'controller' => '\LeadersLinked\Controller\CommunicationController',
5920
                        'action' => 'index'
5824
                        'action' => 'index'
5921
                    ]
5825
                    ]
5922
                ],
5826
                ],
5923
                'may_terminate' => true,
5827
                'may_terminate' => true,
5924
                'child_routes' => [
5828
                'child_routes' => [
5925
                    'start-conversation' => [
5829
                    'send' => [
5926
                        'type' => Literal::class,
5830
                        'type' => Literal::class,
5927
                        'options' => [
5831
                        'options' => [
5928
                            'route' => '/start-conversation',
5832
                            'route' => '/send',
5929
                            'defaults' => [
5833
                            'defaults' => [
5930
                                'controller' =>  '\LeadersLinked\Controller\InMailPersonalController',
5834
                                'controller' => '\LeadersLinked\Controller\CommunicationController',
5931
                                'action' => 'startConversation'
5835
                                'action' => 'send'
5932
                            ]
5836
                            ]
5933
                        ]
5837
                        ]
5934
                    ],
5838
                    ],
5935
                    'delete' => [
5839
                    'search-people' => [
5936
                        'type' => Segment::class,
5840
                        'type' => Literal::class,
5937
                        'options' => [
5841
                        'options' => [
5938
                            'route' => '/:id/delete',
5842
                            'route' => '/search-people',
5939
                            'defaults' => [
5843
                            'defaults' => [
5940
                                'controller' => '\LeadersLinked\Controller\InMailCompanyController',
5844
                                'controller' => '\LeadersLinked\Controller\CommunicationController',
5941
                                'action' => 'delete'
5845
                                'action' => 'searchPeople'
-
 
5846
                            ]
-
 
5847
                        ]
-
 
5848
                    ],
-
 
5849
                ]
-
 
5850
            ],
-
 
5851
            
-
 
5852
            'media' => [
5942
                            ]
5853
                'type' => Literal::class,
-
 
5854
                'options' => [
-
 
5855
                    'route' => '/media',
-
 
5856
                    'defaults' => [
-
 
5857
                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
5858
                        'action' => 'index'
-
 
5859
                    ]
-
 
5860
                ],
5943
                        ]
5861
                'may_terminate' => true,
5944
                    ],
5862
                'child_routes' => [
5945
                    'messages' => [
5863
                    'categories' => [
5946
                        'type' => Segment::class,
-
 
5947
                        'options' => [
-
 
5948
                            'route' => '/:id/messages',
-
 
5949
                            'constraints' => [
5864
                        'type' => Literal::class,
5950
                                'id' => '[A-Za-z0-9\-]+\=*',
5865
                        'options' => [
5951
                            ],
5866
                            'route' => '/categories',
5952
                            'defaults' => [
5867
                            'defaults' => [
5953
                                'controller' => '\LeadersLinked\Controller\InMailCompanyController',
5868
                                'controller' => '\LeadersLinked\Controller\MediaCategoryController',
5954
                                'action' => 'message'
5869
                                'action' => 'index'
5955
                            ]
5870
                            ]
5956
                        ],
5871
                        ],
5957
                        'may_terminate' => true,
5872
                        'may_terminate' => true,
5958
                        'child_routes' => [
5873
                        'child_routes' => [
5959
                            'send' => [
5874
                            'add' => [
5960
                                'type' => Segment::class,
5875
                                'type' => Segment::class,
-
 
5876
                                'options' => [
5961
                                'options' => [
5877
                                    'route' => '/add',
5962
                                    'route' => '/send[/encoding/:encoding]',
5878
                                    'defaults' => [
-
 
5879
                                        'controller' => '\LeadersLinked\Controller\MediaCategoryController',
-
 
5880
                                        'action' => 'add'
-
 
5881
                                    ],
-
 
5882
                                ],
-
 
5883
                            ],
-
 
5884
                            'edit' => [
5963
                                    'constraints' => [
5885
                                'type' => Segment::class,
5964
                                        'encoding' => 'base64'
5886
                                'options' => [
5965
                                    ],
5887
                                    'route' => '/edit/:id',
5966
                                    'defaults' => [
5888
                                    'defaults' => [
5967
                                        'controller' => '\LeadersLinked\Controller\InMailCompanyController',
5889
                                        'controller' => '\LeadersLinked\Controller\MediaCategoryController',
5968
                                        'action' => 'sendMessage'
5890
                                        'action' => 'edit'
5969
                                    ]
5891
                                    ],
5970
                                ]
5892
                                ],
5971
                            ],
5893
                            ],
5972
                            'delete' => [
5894
                            'delete' => [
5973
                                'type' => Segment::class,
-
 
5974
                                'options' => [
-
 
5975
                                    'route' => '/delete/:message',
-
 
5976
                                    'constraints' => [
5895
                                'type' => Segment::class,
5977
                                        'message' => '[A-Za-z0-9\-]+\=*',
5896
                                'options' => [
5978
                                    ],
5897
                                    'route' => '/delete/:id',
5979
                                    'defaults' => [
5898
                                    'defaults' => [
5980
                                        'controller' => '\LeadersLinked\Controller\InMailCompanyController',
5899
                                        'controller' => '\LeadersLinked\Controller\MediaCategoryController',
5981
                                        'action' => 'delete'
5900
                                        'action' => 'delete'
5982
                                    ]
-
 
5983
                                ]
-
 
5984
                            ],
-
 
5985
                        ],
-
 
5986
                    ],
-
 
5987
                ],
5901
                                    ],
5988
            ],
-
 
5989
 
-
 
5990
 
-
 
5991
            'communication' => [
-
 
5992
                'type' => Literal::class,
-
 
5993
                'options' => [
-
 
5994
                    'route' => '/communication',
-
 
5995
                    'defaults' => [
-
 
5996
                        'controller' => '\LeadersLinked\Controller\CommunicationController',
-
 
5997
                        'action' => 'index'
-
 
5998
                    ]
-
 
5999
                ],
-
 
6000
                'may_terminate' => true,
-
 
6001
                'child_routes' => [
-
 
6002
                    'send' => [
-
 
6003
                        'type' => Literal::class,
-
 
6004
                        'options' => [
-
 
6005
                            'route' => '/send',
-
 
6006
                            'defaults' => [
-
 
6007
                                'controller' => '\LeadersLinked\Controller\CommunicationController',
5902
                                ],
6008
                                'action' => 'send'
5903
                            ],
-
 
5904
                            
6009
                            ]
5905
                        ]
6010
                        ]
5906
                    ],
6011
                    ],
5907
                    
6012
                    'search-people' => [
5908
                    'files' => [
6013
                        'type' => Literal::class,
5909
                        'type' => Literal::class,
6014
                        'options' => [
5910
                        'options' => [
6015
                            'route' => '/search-people',
5911
                            'route' => '/files',
6016
                            'defaults' => [
5912
                            'defaults' => [
-
 
5913
                                'controller' => '\LeadersLinked\Controller\MediaFileController',
-
 
5914
                                'action' => 'index'
-
 
5915
                            ]
-
 
5916
                        ],
-
 
5917
                        'may_terminate' => true,
-
 
5918
                        'child_routes' => [
-
 
5919
                            'upload' => [
-
 
5920
                                'type' => Segment::class,
-
 
5921
                                'options' => [
-
 
5922
                                    'route' => '/upload',
-
 
5923
                                    'defaults' => [
-
 
5924
                                        'controller' => '\LeadersLinked\Controller\MediaFileController',
-
 
5925
                                        'action' => 'upload'
-
 
5926
                                    ],
-
 
5927
                                ],
-
 
5928
                            ],
-
 
5929
                            'delete' => [
-
 
5930
                                'type' => Segment::class,
-
 
5931
                                'options' => [
-
 
5932
                                    'route' => '/delete/:id',
-
 
5933
                                    'defaults' => [
-
 
5934
                                        'controller' => '\LeadersLinked\Controller\MediaFileController',
-
 
5935
                                        'action' => 'delete'
-
 
5936
                                    ],
6017
                                'controller' => '\LeadersLinked\Controller\CommunicationController',
5937
                                ],
6018
                                'action' => 'searchPeople'
5938
                            ],
-
 
5939
                            
6019
                            ]
5940
                        ]
6020
                        ]
5941
                    ],
-
 
5942
                    
-
 
5943
                ]
Línea 6021... Línea 5944...
6021
                    ],
5944
            ],
6022
                ]
5945
            
6023
            ],
5946
 
Línea 6255... Línea 6178...
6255
            'chat' => [
6178
            'chat' => [
6256
                'type' => Literal::class,
6179
                'type' => Literal::class,
6257
                'options' => [
6180
                'options' => [
6258
                    'route' => '/chat',
6181
                    'route' => '/chat',
6259
                    'defaults' => [
6182
                    'defaults' => [
6260
                        'controller' => '\LeadersLinked\Controller\ChatController',
6183
                        'controller' => '\LeadersLinked\Controller\HomeController',
6261
                        'action' => 'index'
6184
                        'action' => 'chat'
6262
                    ]
6185
                    ]
6263
                ],
6186
                ],
6264
                'may_terminate' => true,
6187
                'may_terminate' => true,
6265
                'child_routes' => [
-
 
6266
                    // Inicio de los Routes del Chat //
-
 
6267
 
-
 
6268
                    'heart-beat' => [
-
 
6269
                        'type' => Literal::class,
-
 
6270
                        'options' => [
-
 
6271
                            'route' => '/heart-beat',
-
 
6272
                            'defaults' => [
-
 
6273
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6274
                                'action' => 'heartBeat',
-
 
6275
                            ],
-
 
6276
                        ],
-
 
6277
                    ],
-
 
6278
                    'users' => [
-
 
6279
                        'type' => Literal::class,
-
 
6280
                        'options' => [
-
 
6281
                            'route' => '/users',
-
 
6282
                            'defaults' => [
-
 
6283
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6284
                                'action' => 'users',
-
 
6285
                            ],
-
 
6286
                        ],
-
 
6287
                    ],
-
 
6288
                    'create-group' => [
-
 
6289
                        'type' => Literal::class,
-
 
6290
                        'options' => [
-
 
6291
                            'route' => '/create-group',
-
 
6292
                            'defaults' => [
-
 
6293
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6294
                                'action' => 'createGroup',
-
 
6295
                            ],
-
 
6296
                        ],
-
 
6297
                    ],
-
 
6298
                    'zoom' => [
-
 
6299
                        'type' => Segment::class,
-
 
6300
                        'options' => [
-
 
6301
                            'route' => '/zoom/:id',
-
 
6302
                            'constraints' => [
-
 
6303
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
6304
                            ],
-
 
6305
                            'defaults' => [
-
 
6306
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6307
                                'action' => 'zoom',
-
 
6308
                            ],
-
 
6309
                        ],
-
 
6310
                    ],
-
 
6311
                    'open-or-create' => [
-
 
6312
                        'type' => Segment::class,
-
 
6313
                        'options' => [
-
 
6314
                            'route' => '/open-or-create/:id',
-
 
6315
                            'constraints' => [
-
 
6316
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
6317
                            ],
-
 
6318
                            'defaults' => [
-
 
6319
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6320
                                'action' => 'openOrCreate',
-
 
6321
                            ],
-
 
6322
                        ],
-
 
6323
                    ],
-
 
6324
                    'add-user-to-group' => [
-
 
6325
                        'type' => Segment::class,
-
 
6326
                        'options' => [
-
 
6327
                            'route' => '/add-user-to-group/:group_id',
-
 
6328
                            'constraints' => [
-
 
6329
                                'group_id' => '[A-Za-z0-9\-]+\=*',
-
 
6330
                            ],
-
 
6331
                            'defaults' => [
-
 
6332
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6333
                                'action' => 'addUserToGroup',
-
 
6334
                            ],
-
 
6335
                        ],
-
 
6336
                    ],
-
 
6337
                    'mark-seen' => [
-
 
6338
                        'type' => Segment::class,
-
 
6339
                        'options' => [
-
 
6340
                            'route' => '/mark-seen/:id',
-
 
6341
                            'constraints' => [
-
 
6342
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
6343
                            ],
-
 
6344
                            'defaults' => [
-
 
6345
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6346
                                'action' => 'markSeen',
-
 
6347
                            ],
-
 
6348
                        ],
-
 
6349
                    ],
-
 
6350
                    'mark-received' => [
-
 
6351
                        'type' => Segment::class,
-
 
6352
                        'options' => [
-
 
6353
                            'route' => '/mark-received/:id',
-
 
6354
                            'constraints' => [
-
 
6355
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
6356
                            ],
-
 
6357
                            'defaults' => [
-
 
6358
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6359
                                'action' => 'markReceived',
-
 
6360
                            ],
-
 
6361
                        ],
-
 
6362
                    ],
-
 
6363
                    'remove-user-from-group' => [
-
 
6364
                        'type' => Segment::class,
-
 
6365
                        'options' => [
-
 
6366
                            'route' => '/remove-user-from-group/:group_id/:user_id',
-
 
6367
                            'constraints' => [
-
 
6368
                                'group_id' => '[A-Za-z0-9\-]+\=*',
-
 
6369
                                'user_id' => '[A-Za-z0-9\-]+\=*',
-
 
6370
                            ],
-
 
6371
                            'defaults' => [
-
 
6372
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6373
                                'action' => 'removeUserFromGroup',
-
 
6374
                            ],
-
 
6375
                        ],
-
 
6376
                    ],
-
 
6377
                    'get-all-messages' => [
-
 
6378
                        'type' => Segment::class,
-
 
6379
                        'options' => [
-
 
6380
                            'route' => '/get-all-messages/:id',
-
 
6381
                            'constraints' => [
-
 
6382
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
6383
                            ],
-
 
6384
                            'defaults' => [
-
 
6385
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6386
                                'action' => 'getAllMessages',
-
 
6387
                            ],
-
 
6388
                        ],
-
 
6389
                    ],
-
 
6390
                    'send' => [
-
 
6391
                        'type' => Segment::class,
-
 
6392
                        'options' => [
-
 
6393
                            'route' => '/send/:id',
-
 
6394
                            'constraints' => [
-
 
6395
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
6396
                            ],
-
 
6397
                            'defaults' => [
-
 
6398
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6399
                                'action' => 'send',
-
 
6400
                            ],
-
 
6401
                        ],
-
 
6402
                    ],
-
 
6403
                    'get-contacts-availables-for-group' => [
-
 
6404
                        'type' => Segment::class,
-
 
6405
                        'options' => [
-
 
6406
                            'route' => '/get-contacts-availables-for-group/:group_id',
-
 
6407
                            'constraints' => [
-
 
6408
                                'group_id' => '[A-Za-z0-9\-]+\=*',
-
 
6409
                            ],
-
 
6410
                            'defaults' => [
-
 
6411
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6412
                                'action' => 'contactAvailableGroupList',
-
 
6413
                            ],
-
 
6414
                        ],
-
 
6415
                    ],
-
 
6416
                    'get-contact-group-list' => [
-
 
6417
                        'type' => Segment::class,
-
 
6418
                        'options' => [
-
 
6419
                            'route' => '/get-contact-group-list/:group_id',
-
 
6420
                            'constraints' => [
-
 
6421
                                'group_id' => '[A-Za-z0-9\-]+\=*',
-
 
6422
                            ],
-
 
6423
                            'defaults' => [
-
 
6424
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6425
                                'action' => 'contactGroupList',
-
 
6426
                            ],
-
 
6427
                        ],
-
 
6428
                    ],
-
 
6429
                    'leave-group' => [
-
 
6430
                        'type' => Segment::class,
-
 
6431
                        'options' => [
-
 
6432
                            'route' => '/leave-group/:group_id',
-
 
6433
                            'constraints' => [
-
 
6434
                                'group_id' => '[A-Za-z0-9\-]+\=*',
-
 
6435
                            ],
-
 
6436
                            'defaults' => [
-
 
6437
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6438
                                'action' => 'leaveGroup',
-
 
6439
                            ],
-
 
6440
                        ],
-
 
6441
                    ],
-
 
6442
                    'delete-group' => [
-
 
6443
                        'type' => Segment::class,
-
 
6444
                        'options' => [
-
 
6445
                            'route' => '/delete-group/:group_id',
-
 
6446
                            'constraints' => [
-
 
6447
                                'group_id' => '[A-Za-z0-9\-]+\=*',
-
 
6448
                            ],
-
 
6449
                            'defaults' => [
-
 
6450
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6451
                                'action' => 'deleteGroup',
-
 
6452
                            ],
-
 
6453
                        ],
-
 
6454
                    ],
-
 
6455
                    'open' => [
-
 
6456
                        'type' => Segment::class,
-
 
6457
                        'options' => [
-
 
6458
                            'route' => '/open/:id',
-
 
6459
                            'constraints' => [
-
 
6460
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
6461
                            ],
-
 
6462
                            'defaults' => [
-
 
6463
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6464
                                'action' => 'open',
-
 
6465
                            ],
-
 
6466
                        ],
-
 
6467
                    ],
-
 
6468
                    'close' => [
-
 
6469
                        'type' => Segment::class,
-
 
6470
                        'options' => [
-
 
6471
                            'route' => '/close/:id',
-
 
6472
                            'constraints' => [
-
 
6473
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
6474
                            ],
-
 
6475
                            'defaults' => [
-
 
6476
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6477
                                'action' => 'close',
-
 
6478
                            ],
-
 
6479
                        ],
-
 
6480
                    ],
-
 
6481
                    'clear' => [
-
 
6482
                        'type' => Segment::class,
-
 
6483
                        'options' => [
-
 
6484
                            'route' => '/clear/:id',
-
 
6485
                            'constraints' => [
-
 
6486
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
6487
                            ],
-
 
6488
                            'defaults' => [
-
 
6489
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6490
                                'action' => 'clear',
-
 
6491
                            ],
-
 
6492
                        ],
-
 
6493
                    ],
-
 
6494
                    'upload' => [
-
 
6495
                        'type' => Segment::class,
-
 
6496
                        'options' => [
-
 
6497
                            'route' => '/upload/:id',
-
 
6498
                            'constraints' => [
-
 
6499
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
6500
                            ],
-
 
6501
                            'defaults' => [
-
 
6502
                                'controller' => '\LeadersLinked\Controller\ChatController',
-
 
6503
                                'action' => 'upload',
-
 
6504
                            ],
-
 
6505
                        ],
-
 
6506
                    ],
-
 
6507
                ],
-
 
6508
            ],
6188
            ],
Línea 6509... Línea 6189...
6509
 
6189
 
6510
            'high-performance-teams' => [
6190
            'high-performance-teams' => [
6511
                'type' => Literal::class,
6191
                'type' => Literal::class,
Línea 6662... Línea 6342...
6662
            \LeadersLinked\Controller\MicrolearningExtendUserPartnerController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserPartnerControllerFactory::class,
6342
            \LeadersLinked\Controller\MicrolearningExtendUserPartnerController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserPartnerControllerFactory::class,
6663
            \LeadersLinked\Controller\MicrolearningExtendUserProgramController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserProgramControllerFactory::class,
6343
            \LeadersLinked\Controller\MicrolearningExtendUserProgramController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserProgramControllerFactory::class,
6664
            \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserSectorControllerFactory::class,
6344
            \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserSectorControllerFactory::class,
6665
            \LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserStudentTypeControllerFactory::class,
6345
            \LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserStudentTypeControllerFactory::class,
6666
            \LeadersLinked\Controller\MicrolearningExtendUserCountryController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserCountryControllerFactory::class,
6346
            \LeadersLinked\Controller\MicrolearningExtendUserCountryController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserCountryControllerFactory::class,
6667
            \LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
-
 
6668
            \LeadersLinked\Controller\StorageNetworkController::class => \LeadersLinked\Factory\Controller\StorageNetworkControllerFactory::class,
-
 
6669
            
6347
 
6670
            \LeadersLinked\Controller\PlanningController::class => \LeadersLinked\Factory\Controller\PlanningControllerFactory::class,
6348
            \LeadersLinked\Controller\PlanningController::class => \LeadersLinked\Factory\Controller\PlanningControllerFactory::class,
6671
            \LeadersLinked\Controller\PlanningPeriodController::class => \LeadersLinked\Factory\Controller\PlanningPeriodControllerFactory::class,
6349
            \LeadersLinked\Controller\PlanningPeriodController::class => \LeadersLinked\Factory\Controller\PlanningPeriodControllerFactory::class,
6672
            \LeadersLinked\Controller\PlanningObjectiveController::class => \LeadersLinked\Factory\Controller\PlanningObjectiveControllerFactory::class,
6350
            \LeadersLinked\Controller\PlanningObjectiveController::class => \LeadersLinked\Factory\Controller\PlanningObjectiveControllerFactory::class,
6673
            \LeadersLinked\Controller\PlanningGoalController::class => \LeadersLinked\Factory\Controller\PlanningGoalControllerFactory::class,
6351
            \LeadersLinked\Controller\PlanningGoalController::class => \LeadersLinked\Factory\Controller\PlanningGoalControllerFactory::class,
6674
            \LeadersLinked\Controller\PlanningTaskController::class => \LeadersLinked\Factory\Controller\PlanningTaskControllerFactory::class,
6352
            \LeadersLinked\Controller\PlanningTaskController::class => \LeadersLinked\Factory\Controller\PlanningTaskControllerFactory::class,
Línea 6675... Línea 6353...
6675
           
6353
           
6676
            \LeadersLinked\Controller\PrivateNetworksController::class => \LeadersLinked\Factory\Controller\PrivateNetworksControllerFactory::class,
6354
            \LeadersLinked\Controller\PrivateNetworksController::class => \LeadersLinked\Factory\Controller\PrivateNetworksControllerFactory::class,
Línea 6677... Línea -...
6677
            \LeadersLinked\Controller\MyPrivateNetworkController::class => \LeadersLinked\Factory\Controller\MyPrivateNetworkControllerFactory::class,
-
 
6678
            
-
 
6679
            \LeadersLinked\Controller\HighPerformanceTeamController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamControllerFactory::class,
-
 
6680
 
-
 
6681
            
-
 
6682
            
-
 
6683
            
-
 
6684
            
6355
            \LeadersLinked\Controller\MyPrivateNetworkController::class => \LeadersLinked\Factory\Controller\MyPrivateNetworkControllerFactory::class,
Línea 6685... Línea 6356...
6685
            \LeadersLinked\Controller\ChatController::class => \LeadersLinked\Factory\Controller\ChatControllerFactory::class,
6356
            
6686
            \LeadersLinked\Controller\CommunicationController::class => \LeadersLinked\Factory\Controller\CommunicationControllerFactory::class,
-
 
6687
 
-
 
Línea 6688... Línea 6357...
6688
            \LeadersLinked\Controller\HelperController::class => \LeadersLinked\Factory\Controller\HelperControllerFactory::class,
6357
            \LeadersLinked\Controller\CommunicationController::class => \LeadersLinked\Factory\Controller\CommunicationControllerFactory::class,
6689
            \LeadersLinked\Controller\InMailCompanyController::class => \LeadersLinked\Factory\Controller\InMailCompanyControllerFactory::class,
6358
 
6690
            \LeadersLinked\Controller\InMailPersonalController::class => \LeadersLinked\Factory\Controller\InMailPersonalControllerFactory::class,
6359
            \LeadersLinked\Controller\HelperController::class => \LeadersLinked\Factory\Controller\HelperControllerFactory::class,
Línea 6739... Línea 6408...
6739
 
6408
 
6740
 
6409
 
Línea -... Línea 6410...
-
 
6410
            \LeadersLinked\Controller\UserRequestAccessController::class  => \LeadersLinked\Factory\Controller\UserRequestAccessControllerFactory::class,
-
 
6411
            \LeadersLinked\Controller\ToolsController::class  => \LeadersLinked\Factory\Controller\ToolsControllerFactory::class,
-
 
6412
 
-
 
6413
            
-
 
6414
            
Línea 6741... Línea 6415...
6741
            \LeadersLinked\Controller\UserRequestAccessController::class  => \LeadersLinked\Factory\Controller\UserRequestAccessControllerFactory::class,
6415
            
6742
            \LeadersLinked\Controller\ToolsController::class  => \LeadersLinked\Factory\Controller\ToolsControllerFactory::class,
6416
            \LeadersLinked\Controller\MediaCategoryController::class => \LeadersLinked\Factory\Controller\MediaCategoryControllerFactory::class,
6743
 
6417
            \LeadersLinked\Controller\MediaFileController::class => \LeadersLinked\Factory\Controller\MediaFileControllerFactory::class,
6744
 
6418
 
Línea 6807... Línea 6481...
6807
            '\LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController' => \LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class,
6481
            '\LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController' => \LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class,
6808
            '\LeadersLinked\Controller\MicrolearningExtendUserProgramController' => \LeadersLinked\Controller\MicrolearningExtendUserProgramController::class,
6482
            '\LeadersLinked\Controller\MicrolearningExtendUserProgramController' => \LeadersLinked\Controller\MicrolearningExtendUserProgramController::class,
6809
            '\LeadersLinked\Controller\MicrolearningExtendUserSectorController' => \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class,
6483
            '\LeadersLinked\Controller\MicrolearningExtendUserSectorController' => \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class,
6810
            '\LeadersLinked\Controller\MicrolearningExtendUserCountryController' => \LeadersLinked\Controller\MicrolearningExtendUserCountryController::class,
6484
            '\LeadersLinked\Controller\MicrolearningExtendUserCountryController' => \LeadersLinked\Controller\MicrolearningExtendUserCountryController::class,
Línea 6811... Línea -...
6811
 
-
 
6812
            '\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
-
 
6813
            '\LeadersLinked\Controller\StorageNetworkController' => \LeadersLinked\Controller\StorageNetworkController::class,
6485
 
6814
 
6486
         
6815
            '\LeadersLinked\Controller\PlanningController' => \LeadersLinked\Controller\PlanningController::class,
6487
            '\LeadersLinked\Controller\PlanningController' => \LeadersLinked\Controller\PlanningController::class,
6816
            '\LeadersLinked\Controller\PlanningGoalController' => \LeadersLinked\Controller\PlanningGoalController::class,
6488
            '\LeadersLinked\Controller\PlanningGoalController' => \LeadersLinked\Controller\PlanningGoalController::class,
6817
            '\LeadersLinked\Controller\PlanningObjectiveController' => \LeadersLinked\Controller\PlanningObjectiveController::class,
6489
            '\LeadersLinked\Controller\PlanningObjectiveController' => \LeadersLinked\Controller\PlanningObjectiveController::class,
6818
            '\LeadersLinked\Controller\PlanningPeriodController' => \LeadersLinked\Controller\PlanningPeriodController::class,
6490
            '\LeadersLinked\Controller\PlanningPeriodController' => \LeadersLinked\Controller\PlanningPeriodController::class,
Línea 6819... Línea 6491...
6819
            '\LeadersLinked\Controller\PlanningTaskController' => \LeadersLinked\Controller\PlanningTaskController::class,
6491
            '\LeadersLinked\Controller\PlanningTaskController' => \LeadersLinked\Controller\PlanningTaskController::class,
6820
           
6492
           
Línea 6821... Línea -...
6821
           
-
 
Línea 6822... Línea -...
6822
            '\LeadersLinked\Controller\MyPrivateNetworkController' => \LeadersLinked\Controller\MyPrivateNetworkController::class,
-
 
6823
            '\LeadersLinked\Controller\PrivateNetworksController' => \LeadersLinked\Controller\PrivateNetworksController::class,
6493
           
Línea 6824... Línea 6494...
6824
            
6494
            '\LeadersLinked\Controller\MyPrivateNetworkController' => \LeadersLinked\Controller\MyPrivateNetworkController::class,
6825
            '\LeadersLinked\Controller\HighPerformanceTeamController' => \LeadersLinked\Controller\HighPerformanceTeamController::class,
-
 
6826
           
-
 
Línea 6827... Línea 6495...
6827
            
6495
            '\LeadersLinked\Controller\PrivateNetworksController' => \LeadersLinked\Controller\PrivateNetworksController::class,
6828
            
6496
            
6829
            '\LeadersLinked\Controller\ChatController' => \LeadersLinked\Controller\ChatController::class,
6497
           
6830
            '\LeadersLinked\Controller\CommunicationController' => \LeadersLinked\Controller\CommunicationController::class,
6498
            
Línea 6880... Línea 6548...
6880
 
6548
 
Línea 6881... Línea 6549...
6881
            '\LeadersLinked\Controller\FastSurveyController' => \LeadersLinked\Controller\FastSurveyController::class,
6549
            '\LeadersLinked\Controller\FastSurveyController' => \LeadersLinked\Controller\FastSurveyController::class,
6882
 
6550
 
-
 
6551
            '\LeadersLinked\Controller\UserRequestAccessController' => \LeadersLinked\Controller\UserRequestAccessController::Class,
-
 
6552
            '\LeadersLinked\Controller\ToolsController' => \LeadersLinked\Controller\ToolsController::Class,
-
 
6553
            
-
 
6554
            
6883
            '\LeadersLinked\Controller\UserRequestAccessController' => \LeadersLinked\Controller\UserRequestAccessController::Class,
6555
            '\LeadersLinked\Controller\MediaCategoryController' => \LeadersLinked\Controller\MediaCategoryController::Class,
6884
            '\LeadersLinked\Controller\ToolsController' => \LeadersLinked\Controller\ToolsController::Class,
6556
            '\LeadersLinked\Controller\MediaFileController' => \LeadersLinked\Controller\MediaFileController::Class,
6885
        ]
6557
        ]
6886
    ],
6558
    ],
6887
    'laminas-cli' => [
6559
    'laminas-cli' => [
Línea 6908... Línea 6580...
6908
        'aliases' => [ // 'leaders-linked-storage' => \LeadersLinked\Service\StorageService::class
6580
        'aliases' => [ // 'leaders-linked-storage' => \LeadersLinked\Service\StorageService::class
6909
        ]
6581
        ]
6910
    ],
6582
    ],
6911
    'view_helpers' => [
6583
    'view_helpers' => [
6912
        'factories' => [
6584
        'factories' => [
6913
            \LeadersLinked\Helper\ChatHelper::class => \LeadersLinked\Factory\Helper\ChatHelperFactory::class,
-
 
6914
            \LeadersLinked\Helper\CurrentUserHelper::class => \LeadersLinked\Factory\Helper\CurrentUserHelperFactory::class,
6585
            \LeadersLinked\Helper\CurrentUserHelper::class => \LeadersLinked\Factory\Helper\CurrentUserHelperFactory::class,
6915
            \LeadersLinked\Helper\CurrentNetworkHelper::class => \LeadersLinked\Factory\Helper\CurrentNetworkHelperFactory::class,
6586
            \LeadersLinked\Helper\CurrentNetworkHelper::class => \LeadersLinked\Factory\Helper\CurrentNetworkHelperFactory::class,
6916
            \LeadersLinked\Helper\NetworkFavicoHelper::class => \LeadersLinked\Factory\Helper\NetworkFavicoHelperFactory::class,
6587
            \LeadersLinked\Helper\NetworkFavicoHelper::class => \LeadersLinked\Factory\Helper\NetworkFavicoHelperFactory::class,
6917
            \LeadersLinked\Helper\NetworkIntroHelper::class => \LeadersLinked\Factory\Helper\NetworkIntroHelperFactory::class,
-
 
6918
            \LeadersLinked\Helper\NetworkLogoHelper::class => \LeadersLinked\Factory\Helper\NetworkLogoHelperFactory::class,
6588
            \LeadersLinked\Helper\NetworkLogoHelper::class => \LeadersLinked\Factory\Helper\NetworkLogoHelperFactory::class,
6919
            \LeadersLinked\Helper\NetworkNavbarHelper::class => \LeadersLinked\Factory\Helper\NetworkNavbarHelperFactory::class,
6589
            \LeadersLinked\Helper\NetworkNavbarHelper::class => \LeadersLinked\Factory\Helper\NetworkNavbarHelperFactory::class,
6920
            \LeadersLinked\Helper\NetworkStylesAndColorsHelper::class => \LeadersLinked\Factory\Helper\NetworkStylesAndColorsHelperFactory::class,
6590
            \LeadersLinked\Helper\NetworkStylesAndColorsHelper::class => \LeadersLinked\Factory\Helper\NetworkStylesAndColorsHelperFactory::class,
6921
           
-
 
Línea 6922... Línea 6591...
6922
 
6591
 
6923
        ],
6592
        ],
6924
        'invokables' => [
-
 
6925
            'chatHelper' => \LeadersLinked\Helper\ChatHelper::class,
6593
        'invokables' => [
6926
            'menuHelper' => \LeadersLinked\Helper\MenuHelper::class,
6594
            'menuHelper' => \LeadersLinked\Helper\MenuHelper::class,
6927
        ],
6595
        ],
Línea 6928... Línea 6596...
6928
        'aliases' => [
6596
        'aliases' => [
6929
 
6597
 
6930
            'currentUserHelper' => \LeadersLinked\Helper\CurrentUserHelper::class,
-
 
6931
            'currentNetworkHelper' =>  \LeadersLinked\Helper\CurrentNetworkHelper::class,
-
 
6932
            'networkFavicoHelper'  => \LeadersLinked\Helper\NetworkFavicoHelper::class,
6598
            'currentUserHelper' => \LeadersLinked\Helper\CurrentUserHelper::class,
6933
            'networkIntroHelper' => \LeadersLinked\Helper\NetworkIntroHelper::class,
6599
            'currentNetworkHelper' =>  \LeadersLinked\Helper\CurrentNetworkHelper::class,
-
 
6600
            'networkLogoHelper'  => \LeadersLinked\Helper\NetworkLogoHelper::class,
6934
            'networkLogoHelper'  => \LeadersLinked\Helper\NetworkLogoHelper::class,
6601
            'networkNavbarHelper'  => \LeadersLinked\Helper\NetworkNavbarHelper::class,
Línea 6935... Línea -...
6935
            'networkNavbarHelper'  => \LeadersLinked\Helper\NetworkNavbarHelper::class,
-
 
6936
            'networkStylesAndColorsHelper'  => \LeadersLinked\Helper\NetworkStylesAndColorsHelper::class,
6602
            'networkFavicoHelper'  => \LeadersLinked\Helper\NetworkFavicoHelper::class,
6937
 
6603
            'networkStylesAndColorsHelper'  => \LeadersLinked\Helper\NetworkStylesAndColorsHelper::class,
6938
 
6604
 
6939
        ]
6605
        ]
6940
    ],
6606
    ],