Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5947 Rev 5951
Línea 3623... Línea 3623...
3623
                        'may_terminate' => true,
3623
                        'may_terminate' => true,
3624
                        'child_routes' => [
3624
                        'child_routes' => [
3625
                            'one' => [
3625
                            'one' => [
3626
                                'type' => Segment::class,
3626
                                'type' => Segment::class,
3627
                                'options' => [
3627
                                'options' => [
3628
                                    'route' => '/one/:survey_id',
3628
                                    'route' => '/one/:id',
3629
                                    'constraints' => [
3629
                                    'constraints' => [
3630
                                        'survey_id' => '[A-Za-z0-9\-]+\=*'
3630
                                        'id' => '[A-Za-z0-9\-]+\=*'
3631
                                    ],
3631
                                    ],
3632
                                    'defaults' => [
3632
                                    'defaults' => [
3633
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
3633
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
3634
                                        'action' => 'one',
3634
                                        'action' => 'one',
3635
                                        'survey_id' => '',
3635
                                        'id' => '',
3636
                                    ],
3636
                                    ],
3637
                                ],
3637
                                ],
3638
                            ],
3638
                            ],
3639
                            'all' => [
3639
                            'all' => [
3640
                                'type' => Segment::class,
3640
                                'type' => Segment::class,