Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13574 Rev 13652
Línea 3843... Línea 3843...
3843
                        'action' => 'index'
3843
                        'action' => 'index'
3844
                    ]
3844
                    ]
3845
                ],
3845
                ],
3846
                'may_terminate' => true,
3846
                'may_terminate' => true,
3847
                'child_routes' => [
3847
                'child_routes' => [
-
 
3848
                    'inmail' => [
-
 
3849
                        'type' => Literal::class,
-
 
3850
                        'options' => [
-
 
3851
                            'route' => '/inmail',
-
 
3852
                           
-
 
3853
                            'defaults' => [
-
 
3854
                                'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
-
 
3855
                                'action' => 'index'
-
 
3856
                            ]
-
 
3857
                        ],
-
 
3858
                        'may_terminate' => true,
-
 
3859
                        'child_routes' => [
-
 
3860
                            'search-people' => [
-
 
3861
                                'type' => Literal::class,
-
 
3862
                                'options' => [
-
 
3863
                                    'route' => '/search-people',
-
 
3864
                                    'defaults' => [
-
 
3865
                                        'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
-
 
3866
                                        'action' => 'searchPeople'
-
 
3867
                                    ]
-
 
3868
                                ]
-
 
3869
                            ],
-
 
3870
                            'view' => [
-
 
3871
                                'type' => Segment::class,
-
 
3872
                                'options' => [
-
 
3873
                                    'route' => '/view[/:id]',
-
 
3874
                                    'constraints' => [
-
 
3875
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
3876
                                    ],
-
 
3877
                                    'defaults' => [
-
 
3878
                                        'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
-
 
3879
                                        'action' => 'view'
-
 
3880
                                    ]
-
 
3881
                                ],
-
 
3882
                                'may_terminate' => true,
-
 
3883
                                'child_routes' => [
-
 
3884
                                    'message' => [
-
 
3885
                                        'type' => Literal::class,
-
 
3886
                                        'options' => [
-
 
3887
                                            'route' => '/message',
-
 
3888
                                            'defaults' => [
-
 
3889
                                                'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
-
 
3890
                                                'action' => 'message'
-
 
3891
                                            ]
-
 
3892
                                        ],
-
 
3893
                                        'may_terminate' => true,
-
 
3894
                                        'child_routes' => [
-
 
3895
                                            'send' => [
-
 
3896
                                                'type' => Segment::class,
-
 
3897
                                                'options' => [
-
 
3898
                                                    'route' => '/send[/encoding/:encoding]',
-
 
3899
                                                    'constraints' => [
-
 
3900
                                                        'encoding' => 'base64'
-
 
3901
                                                    ],
-
 
3902
                                                    'defaults' => [
-
 
3903
                                                        'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
-
 
3904
                                                        'action' => 'sendMessage'
-
 
3905
                                                    ]
-
 
3906
                                                ]
-
 
3907
                                            ],
-
 
3908
                                        ],
-
 
3909
                                    ],
-
 
3910
                                ]
-
 
3911
                            ],
3848
                  
3912
                            
-
 
3913
                        ],
-
 
3914
                    ],
Línea 3849... Línea 3915...
3849
                   
3915
                   
3850
                ]
3916
                ]
Línea 3851... Línea 3917...
3851
            ],
3917
            ],
Línea 5569... Línea 5635...
5569
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewFeedControllerFactory::class,
5635
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewFeedController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewFeedControllerFactory::class,
5570
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewTopicControllerFactory::class,
5636
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewTopicControllerFactory::class,
5571
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsMembersControllerFactory::class,
5637
            \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsMembersControllerFactory::class,
5572
            \LeadersLinked\Controller\ChatController::class => \LeadersLinked\Factory\Controller\ChatControllerFactory::class,
5638
            \LeadersLinked\Controller\ChatController::class => \LeadersLinked\Factory\Controller\ChatControllerFactory::class,
5573
            \LeadersLinked\Controller\CommunicationController::class => \LeadersLinked\Factory\Controller\CommunicationControllerFactory::class,
5639
            \LeadersLinked\Controller\CommunicationController::class => \LeadersLinked\Factory\Controller\CommunicationControllerFactory::class,
5574
            \LeadersLinked\Controller\CommunicationCompanyController::class => \LeadersLinked\Factory\Controller\CommunicationCompanyControllerFactory::class,
5640
            \LeadersLinked\Controller\CommunicationInMailController::class => \LeadersLinked\Factory\Controller\CommunicationInMailControllerFactory::class,
5575
            \LeadersLinked\Controller\InMailController::class => \LeadersLinked\Factory\Controller\InMailControllerFactory::class,
5641
            \LeadersLinked\Controller\InMailController::class => \LeadersLinked\Factory\Controller\InMailControllerFactory::class,
Línea 5576... Línea 5642...
5576
            
5642
            
5577
            
5643
            
Línea 5666... Línea 5732...
5666
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoController::class,
5732
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoController::class,
5667
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController::class,
5733
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController::class,
5668
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class,
5734
            '\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class,
5669
            '\LeadersLinked\Controller\ChatController' => \LeadersLinked\Controller\ChatController::class,
5735
            '\LeadersLinked\Controller\ChatController' => \LeadersLinked\Controller\ChatController::class,
5670
            '\LeadersLinked\Controller\CommunicationController' => \LeadersLinked\Controller\CommunicationController::class,
5736
            '\LeadersLinked\Controller\CommunicationController' => \LeadersLinked\Controller\CommunicationController::class,
5671
            '\LeadersLinked\Controller\CommunicationCompanyController' => \LeadersLinked\Controller\CommunicationCompanyController::class,
5737
            '\LeadersLinked\Controller\CommunicationInMailController' => \LeadersLinked\Controller\CommunicationInMailController::class,
5672
            '\LeadersLinked\Controller\InMailController' => \LeadersLinked\Controller\InMailController::class,
5738
            '\LeadersLinked\Controller\InMailController' => \LeadersLinked\Controller\InMailController::class,
5673
            '\LeadersLinked\Controller\UnknownController' => \LeadersLinked\Controller\UnknownController::class,
5739
            '\LeadersLinked\Controller\UnknownController' => \LeadersLinked\Controller\UnknownController::class,
5674
            '\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
5740
            '\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
5675
        ]
5741
        ]
5676
    ],
5742
    ],