Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 4397 Rev 4411
Línea 3544... Línea 3544...
3544
                            'route' => '/my-groups',
3544
                            'route' => '/my-groups',
3545
                            'defaults' => [
3545
                            'defaults' => [
3546
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController',
3546
                                'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController',
3547
                                'action' => 'index'
3547
                                'action' => 'index'
3548
                            ]
3548
                            ]
-
 
3549
                        ],'may_terminate' => true,
-
 
3550
                        'child_routes' => [
-
 
3551
 
-
 
3552
                            'add' => [
-
 
3553
                                'type' => Literal::class,
-
 
3554
                                'options' => [
-
 
3555
                                    'route' => '/add',
-
 
3556
                                    'defaults' => [
-
 
3557
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController',
-
 
3558
                                        'action' => 'add'
-
 
3559
                                    ]
-
 
3560
                                ]
-
 
3561
                            ],
-
 
3562
                            'edit' => [
-
 
3563
                                'type' => Segment::class,
-
 
3564
                                'options' => [
-
 
3565
                                    'route' => '/edit/:id',
-
 
3566
                                    'constraints' => [
-
 
3567
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3568
                                    ],
-
 
3569
                                    'defaults' => [
-
 
3570
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController',
-
 
3571
                                        'action' => 'edit'
-
 
3572
                                    ]
-
 
3573
                                ]
-
 
3574
                            ],
-
 
3575
                            'delete' => [
-
 
3576
                                'type' => Segment::class,
-
 
3577
                                'options' => [
-
 
3578
                                    'route' => '/delete/:id',
-
 
3579
                                    'constraints' => [
-
 
3580
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3581
                                    ],
-
 
3582
                                    'defaults' => [
-
 
3583
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsMyGroupsController',
-
 
3584
                                        'action' => 'delete'
-
 
3585
                                    ]
-
 
3586
                                ]
-
 
3587
                            ],
3549
                        ],
3588
                        ]
3550
                    ],
3589
                    ],
3551
                ]
3590
                ]
3552
            ],
3591
            ],
Línea 3553... Línea 3592...
3553
            
3592