Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13169 Rev 13170
Línea 3770... Línea 3770...
3770
                'type' => Literal::class,
3770
                'type' => Literal::class,
3771
                'options' => [
3771
                'options' => [
3772
                    'route' => '/communication',
3772
                    'route' => '/communication',
3773
                    'defaults' => [
3773
                    'defaults' => [
3774
                        'controller' => '\LeadersLinked\Controller\CommunicationController',
3774
                        'controller' => '\LeadersLinked\Controller\CommunicationController',
3775
                        'action' => 'message'
3775
                        'action' => 'index'
3776
                    ]
3776
                    ]
3777
                ],
3777
                ],
3778
                'may_terminate' => true,
3778
                'may_terminate' => true,
3779
                'child_routes' => [
3779
                'child_routes' => [
3780
                    'search-people' => [
3780
                    'search-people' => [
Línea 3794... Línea 3794...
3794
                            'constraints' => [
3794
                            'constraints' => [
3795
                                'id' => '[A-Za-z0-9\-]+\=*',
3795
                                'id' => '[A-Za-z0-9\-]+\=*',
3796
                            ],
3796
                            ],
3797
                            'defaults' => [
3797
                            'defaults' => [
3798
                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
3798
                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
3799
                                'action' => 'index'
3799
                                'action' => 'message'
3800
                            ]
3800
                            ]
3801
                        ],
3801
                        ],
3802
                        'may_terminate' => true,
3802
                        'may_terminate' => true,
3803
                        'child_routes' => [
3803
                        'child_routes' => [
3804
                            'block' => [
3804
                            'block' => [