Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6036 Rev 6457
Línea 3603... Línea 3603...
3603
                                'survey_id' => '',
3603
                                'survey_id' => '',
3604
                            ],
3604
                            ],
3605
                        ],
3605
                        ],
3606
                        'may_terminate' => true,
3606
                        'may_terminate' => true,
3607
                        'child_routes' => [
3607
                        'child_routes' => [
3608
                            'one' => [
-
 
3609
                                'type' => Segment::class,
-
 
3610
                                'options' => [
-
 
3611
                                    'route' => '/one/:id',
-
 
3612
                                    'constraints' => [
-
 
3613
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3614
                                    ],
-
 
3615
                                    'defaults' => [
-
 
3616
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
-
 
3617
                                        'action' => 'one',
-
 
3618
                                        'id' => '',
-
 
3619
                                    ],
-
 
3620
                                ],
-
 
3621
                            ],
-
 
3622
                            'all' => [
3608
                            'all' => [
3623
                                'type' => Segment::class,
3609
                                'type' => Segment::class,
3624
                                'options' => [
3610
                                'options' => [
3625
                                    'route' => '/all',
3611
                                    'route' => '/all',
3626
                                    'defaults' => [
3612
                                    'defaults' => [