Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14975 Rev 14989
Línea 2426... Línea 2426...
2426
                        'may_terminate' => true,
2426
                        'may_terminate' => true,
2427
                        'child_routes' => [
2427
                        'child_routes' => [
2428
                            'add' => [
2428
                            'add' => [
2429
                                'type' => Literal::class,
2429
                                'type' => Literal::class,
2430
                                'options' => [
2430
                                'options' => [
2431
                                    'route' => '/add',
2431
                                    'route' => '/add[/inline/:inline]',
-
 
2432
                                    'constraints' => [
-
 
2433
                                        'inline' => 'yes|no'
-
 
2434
                                    ],
2432
                                    'defaults' => [
2435
                                    'defaults' => [
2433
                                        'controller' => '\LeadersLinked\Controller\BehaviorsController',
2436
                                        'controller' => '\LeadersLinked\Controller\BehaviorsController',
2434
                                        'action' => 'add'
2437
                                        'action' => 'add'
2435
                                    ]
2438
                                    ]
2436
                                ]
2439
                                ]