Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 265 Rev 268
Línea 1663... Línea 1663...
1663
                    'self-evaluation' => [
1663
                    'self-evaluation' => [
1664
                        'type' => Literal::class,
1664
                        'type' => Literal::class,
1665
                        'options' => [
1665
                        'options' => [
1666
                            'route' => '/self-evaluation',
1666
                            'route' => '/self-evaluation',
1667
                            'defaults' => [
1667
                            'defaults' => [
1668
                                'controller' => '\LeadersLinked\Controller\ProfileMicrolearningController',
1668
                                'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
1669
                                'action' => 'index'
1669
                                'action' => 'index'
1670
                            ]
1670
                            ]
1671
                        ],
1671
                        ],
1672
                        'may_terminate' => true,
1672
                        'may_terminate' => true,
1673
                        'child_routes' => [
1673
                        'child_routes' => [
1674
                            'take-a-test' => [
1674
                            'take-a-test' => [
1675
                                'type' => Literal::class,
1675
                                'type' => Literal::class,
1676
                                'options' => [
1676
                                'options' => [
1677
                                    'route' => '/take-a-test',
1677
                                    'route' => '/take-a-test',
1678
                                    'defaults' => [
1678
                                    'defaults' => [
1679
                                        'controller' => '\LeadersLinked\Controller\ProfileMicrolearningController',
1679
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
1680
                                        'action' => 'index'
1680
                                        'action' => 'index'
1681
                                    ]
1681
                                    ]
1682
                                ]
1682
                                ]
1683
                            ],
1683
                            ],
1684
                            'reports' => [
1684
                            'reports' => [
1685
                                'type' => Literal::class,
1685
                                'type' => Literal::class,
1686
                                'options' => [
1686
                                'options' => [
1687
                                    'route' => '/reports',
1687
                                    'route' => '/reports',
1688
                                    'defaults' => [
1688
                                    'defaults' => [
1689
                                        'controller' => '\LeadersLinked\Controller\ProfileMicrolearningController',
1689
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
1690
                                        'action' => 'index'
1690
                                        'action' => 'index'
1691
                                    ]
1691
                                    ]
1692
                                ]
1692
                                ]
1693
                            ],
1693
                            ],