Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13310 Rev 13341
Línea 3775... Línea 3775...
3775
                        'action' => 'index'
3775
                        'action' => 'index'
3776
                    ]
3776
                    ]
3777
                ],
3777
                ],
3778
                'may_terminate' => true,
3778
                'may_terminate' => true,
3779
                'child_routes' => [
3779
                'child_routes' => [
3780
                    'search-people' => [
-
 
3781
                        'type' => Literal::class,
-
 
3782
                        'options' => [
-
 
3783
                            'route' => '/search-people',
-
 
3784
                            'defaults' => [
-
 
3785
                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
-
 
3786
                                'action' => 'searchPeople'
-
 
3787
                            ]
-
 
3788
                        ]
-
 
3789
                    ],
-
 
-
 
3780
                    
3790
                    'inmail' => [
3781
                    'inmail' => [
3791
                        'type' => Segment::class,
3782
                        'type' => Segment::class,
3792
                        'options' => [
3783
                        'options' => [
3793
                            'route' => '/inmail[/:id]',
3784
                            'route' => '/inmail[/:id]',
3794
                            'constraints' => [
3785
                            'constraints' => [
Línea 3799... Línea 3790...
3799
                                'action' => 'index'
3790
                                'action' => 'index'
3800
                            ]
3791
                            ]
3801
                        ],
3792
                        ],
3802
                        'may_terminate' => true,
3793
                        'may_terminate' => true,
3803
                        'child_routes' => [
3794
                        'child_routes' => [
-
 
3795
                            'search-people' => [
-
 
3796
                                'type' => Literal::class,
-
 
3797
                                'options' => [
-
 
3798
                                    'route' => '/search-people',
-
 
3799
                                    'defaults' => [
-
 
3800
                                        'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
-
 
3801
                                        'action' => 'searchPeople'
-
 
3802
                                    ]
-
 
3803
                                ]
-
 
3804
                            ],
3804
                            'block' => [
3805
                            'block' => [
3805
                                'type' => Literal::class,
3806
                                'type' => Literal::class,
3806
                                'options' => [
3807
                                'options' => [
3807
                                    'route' => '/block',
3808
                                    'route' => '/block',
3808
                                    'defaults' => [
3809
                                    'defaults' => [