Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13671 Rev 13672
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
                    'user-in-mail' => [
3848
                    'inbox' => [
3849
                        'type' => Literal::class,
3849
                        'type' => Literal::class,
3850
                        'options' => [
3850
                        'options' => [
3851
                            'route' => '/user-in-mail',
3851
                            'route' => '/inbox',
Línea 3852... Línea 3852...
3852
                           
3852
                           
3853
                            'defaults' => [
3853
                            'defaults' => [
3854
                                'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3854
                                'controller' => '\LeadersLinked\Controller\CommunicationInboxController',
3855
                                'action' => 'index'
3855
                                'action' => 'index'
3856
                            ]
3856
                            ]
3857
                        ],
3857
                        ],
3858
                        'may_terminate' => true,
3858
                        'may_terminate' => true,
3859
                        'child_routes' => [
3859
                        'child_routes' => [
3860
                            'search-people' => [
3860
                            'search-people' => [
3861
                                'type' => Literal::class,
3861
                                'type' => Literal::class,
3862
                                'options' => [
3862
                                'options' => [
3863
                                    'route' => '/search-people',
3863
                                    'route' => '/search-people',
3864
                                    'defaults' => [
3864
                                    'defaults' => [
3865
                                        'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3865
                                        'controller' => '\LeadersLinked\Controller\CommunicationInboxController',
3866
                                        'action' => 'searchPeople'
3866
                                        'action' => 'searchPeople'
3867
                                    ]
3867
                                    ]
3868
                                ]
3868
                                ]
3869
                            ],
3869
                            ],
Línea 3873... Línea 3873...
3873
                                    'route' => '/view[/:id]',
3873
                                    'route' => '/view[/:id]',
3874
                                    'constraints' => [
3874
                                    'constraints' => [
3875
                                        'id' => '[A-Za-z0-9\-]+\=*',
3875
                                        'id' => '[A-Za-z0-9\-]+\=*',
3876
                                    ],
3876
                                    ],
3877
                                    'defaults' => [
3877
                                    'defaults' => [
3878
                                        'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3878
                                        'controller' => '\LeadersLinked\Controller\CommunicationInboxController',
3879
                                        'action' => 'view'
3879
                                        'action' => 'view'
3880
                                    ]
3880
                                    ]
3881
                                ],
3881
                                ],
3882
                                'may_terminate' => true,
3882
                                'may_terminate' => true,
3883
                                'child_routes' => [
3883
                                'child_routes' => [
3884
                                    'message' => [
3884
                                    'message' => [
3885
                                        'type' => Literal::class,
3885
                                        'type' => Literal::class,
3886
                                        'options' => [
3886
                                        'options' => [
3887
                                            'route' => '/message',
3887
                                            'route' => '/message',
3888
                                            'defaults' => [
3888
                                            'defaults' => [
3889
                                                'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3889
                                                'controller' => '\LeadersLinked\Controller\CommunicationInboxController',
3890
                                                'action' => 'message'
3890
                                                'action' => 'message'
3891
                                            ]
3891
                                            ]
3892
                                        ],
3892
                                        ],
3893
                                        'may_terminate' => true,
3893
                                        'may_terminate' => true,
3894
                                        'child_routes' => [
3894
                                        'child_routes' => [
Línea 3898... Línea 3898...
3898
                                                    'route' => '/send[/encoding/:encoding]',
3898
                                                    'route' => '/send[/encoding/:encoding]',
3899
                                                    'constraints' => [
3899
                                                    'constraints' => [
3900
                                                        'encoding' => 'base64'
3900
                                                        'encoding' => 'base64'
3901
                                                    ],
3901
                                                    ],
3902
                                                    'defaults' => [
3902
                                                    'defaults' => [
3903
                                                        'controller' => '\LeadersLinked\Controller\CommunicationInMailController',
3903
                                                        'controller' => '\LeadersLinked\Controller\CommunicationInboxController',
3904
                                                        'action' => 'sendMessage'
3904
                                                        'action' => 'sendMessage'
3905
                                                    ]
3905
                                                    ]
3906
                                                ]
3906
                                                ]
3907
                                            ],
3907
                                            ],
3908
                                        ],
3908
                                        ],