Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13547 Rev 13553
Línea 3764... Línea 3764...
3764
                'may_terminate' => true,
3764
                'may_terminate' => true,
3765
                'child_routes' => [
3765
                'child_routes' => [
3766
                ]
3766
                ]
3767
            ],
3767
            ],
3768
            'inmail' => [
3768
            'inmail' => [
3769
                'type' => Segment::class,
3769
                'type' => Literal::class,
3770
                'options' => [
3770
                'options' => [
3771
                    'route' => '/inmail[/:id]',
3771
                    'route' => '/inmail',
3772
                    'constraints' => [
-
 
3773
                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
3774
                    ],
-
 
-
 
3772
                   
3775
                    'defaults' => [
3773
                    'defaults' => [
3776
                        'controller' => '\LeadersLinked\Controller\InMailController',
3774
                        'controller' => '\LeadersLinked\Controller\InMailController',
3777
                        'action' => 'index'
3775
                        'action' => 'index'
3778
                    ]
3776
                    ]
3779
                ],
3777
                ],
3780
                'may_terminate' => true,
3778
                'may_terminate' => true,
3781
                'child_routes' => [
3779
                'child_routes' => [
3782
 
-
 
3783
                    'search-people' => [
3780
                    'search-people' => [
3784
                        'type' => Literal::class,
3781
                        'type' => Literal::class,
3785
                        'options' => [
3782
                        'options' => [
3786
                            'route' => '/search-people',
3783
                            'route' => '/search-people',
3787
                            'defaults' => [
3784
                            'defaults' => [
3788
                                'controller' => '\LeadersLinked\Controller\InMailController',
3785
                                'controller' => '\LeadersLinked\Controller\InMailController',
3789
                                'action' => 'searchPeople'
3786
                                'action' => 'searchPeople'
3790
                            ]
3787
                            ]
3791
                        ]
3788
                        ]
3792
                    ],
3789
                    ],
3793
                    'message' => [
3790
                    'view' => [
3794
                        'type' => Literal::class,
3791
                        'type' => Segment::class,
3795
                        'options' => [
3792
                        'options' => [
3796
                            'route' => '/message',
3793
                            'route' => '/view[/:id]',
-
 
3794
                            'constraints' => [
-
 
3795
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
3796
                            ],
3797
                            'defaults' => [
3797
                            'defaults' => [
3798
                                'controller' => '\LeadersLinked\Controller\InMailController',
3798
                                'controller' => '\LeadersLinked\Controller\InMailController',
3799
                                'action' => 'message'
3799
                                'action' => 'view'
3800
                            ]
3800
                            ]
3801
                        ],
3801
                        ],
3802
                        'may_terminate' => true,
3802
                        'may_terminate' => true,
3803
                        'child_routes' => [
3803
                        'child_routes' => [
3804
                            'send' => [
3804
                            'message' => [
3805
                                'type' => Segment::class,
3805
                                'type' => Literal::class,
3806
                                'options' => [
3806
                                'options' => [
3807
                                    'route' => '/send[/encoding/:encoding]',
-
 
3808
                                    'constraints' => [
-
 
3809
                                        'encoding' => 'base64'
3807
                                    'route' => '/message',
3810
                                    ],
-
 
3811
                                    'defaults' => [
3808
                                    'defaults' => [
3812
                                        'controller' => '\LeadersLinked\Controller\InMailController',
3809
                                        'controller' => '\LeadersLinked\Controller\InMailController',
3813
                                        'action' => 'sendMessage'
3810
                                        'action' => 'message'
3814
                                    ]
3811
                                    ]
3815
                                ]
3812
                                ],
-
 
3813
                                'may_terminate' => true,
-
 
3814
                                'child_routes' => [
-
 
3815
                                    'send' => [
-
 
3816
                                        'type' => Segment::class,
-
 
3817
                                        'options' => [
-
 
3818
                                            'route' => '/send[/encoding/:encoding]',
-
 
3819
                                            'constraints' => [
-
 
3820
                                                'encoding' => 'base64'
-
 
3821
                                            ],
-
 
3822
                                            'defaults' => [
-
 
3823
                                                'controller' => '\LeadersLinked\Controller\InMailController',
-
 
3824
                                                'action' => 'sendMessage'
-
 
3825
                                            ]
-
 
3826
                                        ]
-
 
3827
                                    ],
-
 
3828
                                ],
3816
                            ],
3829
                            ],
3817
                        ],
3830
                        ]
3818
                    ],
3831
                    ],
-
 
3832
                    
3819
                ],
3833
                ],
3820
            ],
3834
            ],
Línea 3821... Línea 3835...
3821
           
3835