Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5287 Rev 5570
Línea 3562... Línea 3562...
3562
                        'may_terminate' => true,
3562
                        'may_terminate' => true,
3563
                        'child_routes' => [
3563
                        'child_routes' => [
3564
                            'add' => [
3564
                            'add' => [
3565
                                'type' => Segment::class,
3565
                                'type' => Segment::class,
3566
                                'options' => [
3566
                                'options' => [
3567
                                    'route' => '/add',
3567
                                    'route' => '/add/:survey_uuid',
-
 
3568
                                    'constraints' => [
-
 
3569
                                        'survey_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3570
                                    ],
3568
                                    'defaults' => [
3571
                                    'defaults' => [
3569
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3572
                                        'controller' => '\LeadersLinked\Controller\SurveyTestController',
3570
                                        'action' => 'add'
3573
                                        'action' => 'add'
3571
                                    ],
3574
                                    ],
3572
                                ],
3575
                                ],