Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7447 Rev 7483
Línea 3919... Línea 3919...
3919
                                    ],
3919
                                    ],
3920
                                    'defaults' => [
3920
                                    'defaults' => [
3921
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3921
                                        'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
3922
                                        'action' => 'index'
3922
                                        'action' => 'index'
3923
                                    ]
3923
                                    ]
3924
                                ]
3924
                                ],
-
 
3925
                                    'may_terminate' => true,
-
 
3926
                                    'child_routes' => [
-
 
3927
                                        'topic' => [
-
 
3928
                                            'type' => Literal::class,
-
 
3929
                                            'options' => [
-
 
3930
                                                'route' => '/topic',
-
 
3931
                                                'defaults' => [
-
 
3932
                                                    'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
3933
                                                    'action' => 'index'
-
 
3934
                                                ]
-
 
3935
                                            ],'may_terminate' => true,
-
 
3936
                                            'child_routes' => [
-
 
3937
                    
-
 
3938
                                                'add' => [
-
 
3939
                                                    'type' => Literal::class,
-
 
3940
                                                    'options' => [
-
 
3941
                                                        'route' => '/add',
-
 
3942
                                                        'defaults' => [
-
 
3943
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
3944
                                                            'action' => 'add'
-
 
3945
                                                        ]
-
 
3946
                                                    ]
-
 
3947
                                                ],
-
 
3948
                                                'edit' => [
-
 
3949
                                                    'type' => Segment::class,
-
 
3950
                                                    'options' => [
-
 
3951
                                                        'route' => '/edit/:id',
-
 
3952
                                                        'constraints' => [
-
 
3953
                                                            'id' => '[A-Za-z0-9\-]+\=*'
-
 
3954
                                                        ],
-
 
3955
                                                        'defaults' => [
-
 
3956
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
3957
                                                            'action' => 'edit'
-
 
3958
                                                        ]
-
 
3959
                                                    ]
-
 
3960
                                                ],
-
 
3961
                                                'delete' => [
-
 
3962
                                                    'type' => Segment::class,
-
 
3963
                                                    'options' => [
-
 
3964
                                                        'route' => '/delete/:id',
-
 
3965
                                                        'constraints' => [
-
 
3966
                                                            'id' => '[A-Za-z0-9\-]+\=*'
-
 
3967
                                                        ],
-
 
3968
                                                        'defaults' => [
-
 
3969
                                                            'controller' => '\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewController',
-
 
3970
                                                            'action' => 'delete'
-
 
3971
                                                        ]
-
 
3972
                                                    ]
-
 
3973
                                                ]
-
 
3974
                                            ],
-
 
3975
                                        ],
-
 
3976
 
-
 
3977
                                    ],
-
 
3978
 
3925
                            ],
3979
                            ],
3926
                        ]
3980
                        ]
3927
                    ],
3981
                    ],
3928
                ]
3982
                ]
3929
            ],
3983
            ],