Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13778 Rev 13798
Línea 3840... Línea 3840...
3840
                        ]
3840
                        ]
3841
                    ],
3841
                    ],
3842
                    'company' => [
3842
                    'company' => [
3843
                        'type' => Segment::class,
3843
                        'type' => Segment::class,
3844
                        'options' => [
3844
                        'options' => [
3845
                            'route' => '/company[/:id][/type/:type]',
3845
                            'route' => '/company[/id/:id][/type/:type]',
3846
                            'constraints' => [
3846
                            'constraints' => [
3847
                                'id' => '[A-Za-z0-9\-]+\=*',
3847
                                'id' => '[A-Za-z0-9\-]+\=*',
3848
                                'type'=>'company'
3848
                                'type'=>'company',
3849
                            ],
3849
                            ],
3850
                            'defaults' => [
3850
                            'defaults' => [
3851
                                'controller' => '\LeadersLinked\Controller\InMailController',
3851
                                'controller' => '\LeadersLinked\Controller\InMailController',
3852
                                'action' => 'view'
3852
                                'action' => 'view'
3853
                            ]
3853
                            ]