Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 580 Rev 581
Línea 1648... Línea 1648...
1648
                                    ]
1648
                                    ]
1649
                                ]
1649
                                ]
1650
                            ],
1650
                            ],
1651
                        ]
1651
                        ]
1652
                    ],
1652
                    ],
-
 
1653
                    'performance-evaluation' => [
-
 
1654
                        'type' => Literal::class,
-
 
1655
                        'options' => [
-
 
1656
                            'route' => '/performance-evaluation',
-
 
1657
                            'defaults' => [
-
 
1658
                                'controller' => '\LeadersLinked\Controller\PerformanceEvaluationController',
-
 
1659
                                'action' => 'index'
-
 
1660
                            ]
-
 
1661
                        ],
-
 
1662
                        'may_terminate' => true,
-
 
1663
                        'child_routes' => [
-
 
1664
                            'take-a-test' => [
-
 
1665
                                'type' => Segment::class,
-
 
1666
                                'options' => [
-
 
1667
                                    'route' => '/take-a-test/:id',
-
 
1668
                                    'constraints' => [
-
 
1669
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
1670
                                    ],
-
 
1671
                                    'defaults' => [
-
 
1672
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationController',
-
 
1673
                                        'action' => 'takeaTest'
-
 
1674
                                    ]
-
 
1675
                                ]
-
 
1676
                            ],
-
 
1677
                            'report' => [
-
 
1678
                                'type' => Segment::class,
-
 
1679
                                'options' => [
-
 
1680
                                    'route' => '/report/:id',
-
 
1681
                                    'constraints' => [
-
 
1682
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
1683
                                    ],
-
 
1684
                                    'defaults' => [
-
 
1685
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationController',
-
 
1686
                                        'action' => 'report'
-
 
1687
                                    ]
-
 
1688
                                ]
-
 
1689
                            ],
-
 
1690
                        ]
-
 
1691
                    ],
1653
                    'my-profiles' => [
1692
                    'my-profiles' => [
1654
                        'type' => Literal::class,
1693
                        'type' => Literal::class,
1655
                        'options' => [
1694
                        'options' => [
1656
                            'route' => '/my-profiles',
1695
                            'route' => '/my-profiles',
1657
                            'defaults' => [
1696
                            'defaults' => [