Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 2822 Rev 2864
Línea 3299... Línea 3299...
3299
                                            ],
3299
                                            ],
3300
                                        ],
3300
                                        ],
3301
                                    ],
3301
                                    ],
3302
                                ],
3302
                                ],
3303
                            ],
3303
                            ],
3304
                            'test' => [
-
 
3305
                                'type' => Literal::class,
-
 
3306
                                'options' => [
-
 
3307
                                    'route' => '/test',
-
 
3308
                                    'defaults' => [
-
 
3309
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
3310
                                        'action' => 'index'
-
 
3311
                                    ],
-
 
3312
                                ],
-
 
3313
                                'may_terminate' => true,
-
 
3314
                                'child_routes' => [
-
 
3315
                                    'add' => [
-
 
3316
                                        'type' => Literal::class,
-
 
3317
                                        'options' => [
-
 
3318
                                            'route' => '/add',
-
 
3319
                                            'defaults' => [
-
 
3320
                                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
3321
                                                'action' => 'add'
-
 
3322
                                            ],
-
 
3323
                                        ],
-
 
3324
                                    ],
-
 
3325
                                    'edit' => [
-
 
3326
                                        'type' => Literal::class,
-
 
3327
                                        'options' => [
-
 
3328
                                            'route' => '/edit',
-
 
3329
                                            'defaults' => [
-
 
3330
                                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
3331
                                                'action' => 'edit'
-
 
3332
                                            ],
-
 
3333
                                        ],
-
 
3334
                                    ],
-
 
3335
                                    'delete' => [
-
 
3336
                                        'type' => Literal::class,
-
 
3337
                                        'options' => [
-
 
3338
                                            'route' => '/delete',
-
 
3339
                                            'defaults' => [
-
 
3340
                                                'controller' => '\LeadersLinked\Controller\UnknownController',
-
 
3341
                                                'action' => 'delete'
-
 
3342
                                            ],
-
 
3343
                                        ],
-
 
3344
                                    ],
-
 
3345
                                ],
-
 
3346
                            ],
-
 
3347
                            'report' =>[
3304
                            'report' =>[
3348
                                'type' => Segment::class,
3305
                                'type' => Segment::class,
3349
                                'options' => [
3306
                                'options' => [
3350
                                    'route' => '/report',
3307
                                    'route' => '/report/:interview_uuid',
-
 
3308
                                    'constraints' => [
-
 
3309
                                        'interview_uuid' => '[A-Za-z0-9\-]+\=*'
-
 
3310
                                    ],
3351
                                    'defaults' => [
3311
                                    'defaults' => [
3352
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
3312
                                        'controller' => '\LeadersLinked\Controller\RecruitmentSelectionInterviewFormController',
3353
                                        'action' => 'index',
3313
                                        'action' => 'report',
3354
                                    ],
3314
                                    ],
3355
                                ],
3315
                                ],
3356
                            ],
3316
                            ],
3357
                        ],
3317
                        ],
3358
                    ],
3318
                    ],