Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 578 Rev 579
Línea 1687... Línea 1687...
1687
                                'controller' => '\LeadersLinked\Controller\ProfileController',
1687
                                'controller' => '\LeadersLinked\Controller\ProfileController',
1688
                                'action' => 'view'
1688
                                'action' => 'view'
1689
                            ]
1689
                            ]
1690
                        ]
1690
                        ]
1691
                    ],
1691
                    ],
1692
                    'self-evaluation' => [
-
 
1693
                        'type' => Literal::class,
-
 
1694
                        'options' => [
-
 
1695
                            'route' => '/self-evaluation',
-
 
1696
                            'defaults' => [
-
 
1697
                                'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
-
 
1698
                                'action' => 'index'
-
 
1699
                            ]
-
 
1700
                        ],
-
 
1701
                        'may_terminate' => true,
-
 
1702
                        'child_routes' => [
-
 
1703
                            'take-a-test' => [
-
 
-
 
1692
                    
1704
                                'type' => Segment::class,
-
 
1705
                                'options' => [
-
 
1706
                                    'route' => '/take-a-test/:id',
-
 
1707
                                    'constraints' => [
-
 
1708
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
1709
                                    ],
-
 
1710
                                    'defaults' => [
-
 
1711
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
-
 
1712
                                        'action' => 'takeaTest'
-
 
1713
                                    ]
-
 
1714
                                ]
-
 
1715
                            ],
-
 
1716
                            'report' => [
-
 
1717
                                'type' => Segment::class,
-
 
1718
                                'options' => [
-
 
1719
                                    'route' => '/report/:id',
-
 
1720
                                    'constraints' => [
-
 
1721
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
1722
                                    ],
-
 
1723
                                    'defaults' => [
-
 
1724
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
-
 
1725
                                        'action' => 'report'
-
 
1726
                                    ]
-
 
1727
                                ]
-
 
1728
                            ],
-
 
1729
                        ]
-
 
1730
                    ],
-
 
1731
                    'my-profiles' => [
1693
                    'my-profiles' => [
1732
                        'type' => Literal::class,
1694
                        'type' => Literal::class,
1733
                        'options' => [
1695
                        'options' => [
1734
                            'route' => '/my-profiles',
1696
                            'route' => '/my-profiles',
1735
                            'defaults' => [
1697
                            'defaults' => [