Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5732 Rev 5823
Línea 3601... Línea 3601...
3601
                                    ]
3601
                                    ]
3602
                                ]
3602
                                ]
3603
                            ]
3603
                            ]
3604
                        ],
3604
                        ],
3605
                    ],
3605
                    ],
-
 
3606
                    'report' => [
-
 
3607
                        'type' => Segment::class,
-
 
3608
                        'options' => [
-
 
3609
                            'route' => '/report',
-
 
3610
                            'defaults' => [
-
 
3611
                                'controller' => '\LeadersLinked\Controller\SurveyReportController',
-
 
3612
                                'action' => 'index',
-
 
3613
                            ],
-
 
3614
                        ],
-
 
3615
                        'may_terminate' => true,
-
 
3616
                        'child_routes' => [
-
 
3617
                            'one' => [
-
 
3618
                                'type' => Segment::class,
-
 
3619
                                'options' => [
-
 
3620
                                    'route' => '/one/:survey_id',
-
 
3621
                                    'constraints' => [
-
 
3622
                                        'survey_id' => '[A-Za-z0-9\-]+\=*'
-
 
3623
                                    ],
-
 
3624
                                    'defaults' => [
-
 
3625
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
-
 
3626
                                        'action' => 'one',
-
 
3627
                                        'survey_id' => '',
-
 
3628
                                    ],
-
 
3629
                                ],
-
 
3630
                            ],
-
 
3631
                            'all' => [
-
 
3632
                                'type' => Segment::class,
-
 
3633
                                'options' => [
-
 
3634
                                    'route' => '/all/:id',
-
 
3635
                                    'constraints' => [
-
 
3636
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3637
                                    ],
-
 
3638
                                    'defaults' => [
-
 
3639
                                        'controller' => '\LeadersLinked\Controller\SurveyReportController',
-
 
3640
                                        'action' => 'edit'
-
 
3641
                                    ]
-
 
3642
                                ]
-
 
3643
                            ],
-
 
3644
                        ],
-
 
3645
                    ],
3606
                ]
3646
                ]
3607
            ],
3647
            ],
Línea 3608... Línea 3648...
3608
            
3648
            
3609
            'building-my-future' => [
3649
            'building-my-future' => [