Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5868 Rev 5884
Línea 3551... Línea 3551...
3551
                        ],
3551
                        ],
3552
                    ],
3552
                    ],
3553
                    'test' => [
3553
                    'test' => [
3554
                        'type' => Segment::class,
3554
                        'type' => Segment::class,
3555
                        'options' => [
3555
                        'options' => [
3556
                            'route' => '/test',
3556
                            'route' => '/test[/:survey_id]',
-
 
3557
                            'constraints' => [
-
 
3558
                                'survey_id' => '[A-Za-z0-9\-]+\=*'
-
 
3559
                            ],
3557
                            'defaults' => [
3560
                            'defaults' => [
3558
                                'controller' => '\LeadersLinked\Controller\SurveyTestController',
3561
                                'controller' => '\LeadersLinked\Controller\SurveyTestController',
3559
                                'action' => 'index',
3562
                                'action' => 'index',
-
 
3563
                                'survey_id' => '',
3560
                            ],
3564
                            ],
3561
                        ],
3565
                        ],
3562
                        'may_terminate' => true,
3566
                        'may_terminate' => true,
3563
                        'child_routes' => [
3567
                        'child_routes' => [
3564
                            'add' => [
3568
                            'add' => [