Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13761 Rev 13778
Línea 3837... Línea 3837...
3837
                                    ],
3837
                                    ],
3838
                                ],
3838
                                ],
3839
                            ],
3839
                            ],
3840
                        ]
3840
                        ]
3841
                    ],
3841
                    ],
-
 
3842
                    'company' => [
-
 
3843
                        'type' => Segment::class,
-
 
3844
                        'options' => [
-
 
3845
                            'route' => '/company[/:id][/type/:type]',
-
 
3846
                            'constraints' => [
-
 
3847
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
3848
                                'type'=>'company'
-
 
3849
                            ],
-
 
3850
                            'defaults' => [
-
 
3851
                                'controller' => '\LeadersLinked\Controller\InMailController',
-
 
3852
                                'action' => 'view'
-
 
3853
                            ]
-
 
3854
                        ],
-
 
3855
                        'may_terminate' => true,
-
 
3856
                        'child_routes' => [
-
 
3857
                            'message' => [
-
 
3858
                                'type' => Literal::class,
-
 
3859
                                'options' => [
-
 
3860
                                    'route' => '/message',
-
 
3861
                                    'defaults' => [
-
 
3862
                                        'controller' => '\LeadersLinked\Controller\InMailController',
-
 
3863
                                        'action' => 'message'
-
 
3864
                                    ]
-
 
3865
                                ],
-
 
3866
                                'may_terminate' => true,
-
 
3867
                                'child_routes' => [
-
 
3868
                                    'send' => [
-
 
3869
                                        'type' => Segment::class,
-
 
3870
                                        'options' => [
-
 
3871
                                            'route' => '/send[/encoding/:encoding]',
-
 
3872
                                            'constraints' => [
-
 
3873
                                                'encoding' => 'base64'
-
 
3874
                                            ],
-
 
3875
                                            'defaults' => [
-
 
3876
                                                'controller' => '\LeadersLinked\Controller\InMailController',
-
 
3877
                                                'action' => 'sendMessage'
-
 
3878
                                            ]
-
 
3879
                                        ]
-
 
3880
                                    ],
-
 
3881
                                ],
-
 
3882
                            ],
-
 
3883
                        ]
-
 
3884
                    ],
Línea 3842... Línea 3885...
3842
                    
3885
                    
3843
                ],
3886
                ],