Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 506 Rev 508
Línea 294... Línea 294...
294
                        'action' => 'index'
294
                        'action' => 'index'
295
                    ]
295
                    ]
296
                ],
296
                ],
297
            ],
297
            ],
298
            'recruitment-ia' => [
298
            'recruitment-ia' => [
299
                'type' => Literal::class,
299
                'type' => Segment::class,
300
                'options' => [
300
                'options' => [
301
                    'route' => '/recruitment-ia',
301
                    'route' => '/recruitment-ia',
302
                    'defaults' => [
-
 
303
                        'controller' => '',
-
 
304
                        'action' => 'index'
-
 
305
                    ]
-
 
306
                ],
302
                ],
307
                'may_terminate' => true,
303
                'may_terminate' => true,
308
                'child_routes' => [
304
                'child_routes' => [
309
                    'pre-aplications' => [
305
                    'pre-aplications' => [
310
                        'type' => Literal::class,
306
                        'type' => Segment::class,
311
                        'options' => [
307
                        'options' => [
312
                            'route' => '/pre-aplications/:id',
308
                            'route' => '/pre-aplications/:id',
313
                            'constraints' => [
309
                            'constraints' => [
314
                                'id' => '[0-9]+',
310
                                'id' => '[0-9]+',
315
                            ],
311
                            ],
Línea 318... Línea 314...
318
                                'action' => 'index'
314
                                'action' => 'index'
319
                            ]
315
                            ]
320
                        ],
316
                        ],
321
                    ],
317
                    ],
322
                    'job-description' => [
318
                    'job-description' => [
323
                        'type' => Literal::class,
319
                        'type' => Segment::class,
324
                        'options' => [
320
                        'options' => [
325
                            'route' => '/job-description/:id',
321
                            'route' => '/job-description/:id',
326
                            'constraints' => [
322
                            'constraints' => [
327
                                'id' => '[0-9]+',
323
                                'id' => '[0-9]+',
328
                            ],
324
                            ],
Línea 331... Línea 327...
331
                                'action' => 'index'
327
                                'action' => 'index'
332
                            ]
328
                            ]
333
                        ],
329
                        ],
334
                    ],
330
                    ],
Línea 335... Línea -...
335
 
-
 
336
                ]
-
 
337
 
331
 
Línea 338... Línea 332...
338
            ],
332
            ],
339
 
333
 
340
            'language' => [
334
            'language' => [