Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 273 Rev 279
Línea 1707... Línea 1707...
1707
                                'controller' => '\LeadersLinked\Controller\ProfileController',
1707
                                'controller' => '\LeadersLinked\Controller\ProfileController',
1708
                                'action' => 'view'
1708
                                'action' => 'view'
1709
                            ]
1709
                            ]
1710
                        ]
1710
                        ]
1711
                    ],
1711
                    ],
-
 
1712
                    'self-evaluation' => [
-
 
1713
                        'type' => Literal::class,
-
 
1714
                        'options' => [
-
 
1715
                            'route' => '/self-evaluation',
-
 
1716
                            'defaults' => [
-
 
1717
                                'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
-
 
1718
                                'action' => 'index'
-
 
1719
                            ]
-
 
1720
                        ],
-
 
1721
                        'may_terminate' => true,
-
 
1722
                        'child_routes' => [
-
 
1723
                            'take-a-test' => [
-
 
1724
                                'type' => Segment::class,
-
 
1725
                                'options' => [
-
 
1726
                                    'route' => '/take-a-test/:id',
-
 
1727
                                    'constraints' => [
-
 
1728
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
1729
                                    ],
-
 
1730
                                    'defaults' => [
-
 
1731
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
-
 
1732
                                        'action' => 'takeaTest'
-
 
1733
                                    ]
-
 
1734
                                ]
-
 
1735
                            ],
-
 
1736
                            'report' => [
-
 
1737
                                'type' => Segment::class,
-
 
1738
                                'options' => [
-
 
1739
                                    'route' => '/report/:id',
-
 
1740
                                    'constraints' => [
-
 
1741
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
1742
                                    ],
-
 
1743
                                    'defaults' => [
-
 
1744
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
-
 
1745
                                        'action' => 'report'
-
 
1746
                                    ]
-
 
1747
                                ]
-
 
1748
                            ],
-
 
1749
                        ]
-
 
1750
                    ],    
1712
                    'my-profiles' => [
1751
                    'my-profiles' => [
1713
                        'type' => Literal::class,
1752
                        'type' => Literal::class,
1714
                        'options' => [
1753
                        'options' => [
1715
                            'route' => '/my-profiles',
1754
                            'route' => '/my-profiles',
1716
                            'defaults' => [
1755
                            'defaults' => [
Línea 2845... Línea 2884...
2845
            \LeadersLinked\Controller\PaypalController::class => \LeadersLinked\Factory\Controller\PaypalControllerFactory::class,
2884
            \LeadersLinked\Controller\PaypalController::class => \LeadersLinked\Factory\Controller\PaypalControllerFactory::class,
2846
            \LeadersLinked\Controller\ProfileController::class => \LeadersLinked\Factory\Controller\ProfileControllerFactory::class,
2885
            \LeadersLinked\Controller\ProfileController::class => \LeadersLinked\Factory\Controller\ProfileControllerFactory::class,
2847
            \LeadersLinked\Controller\ProfileMicrolearningController::class => \LeadersLinked\Factory\Controller\ProfileMicrolearningControllerFactory::class,
2886
            \LeadersLinked\Controller\ProfileMicrolearningController::class => \LeadersLinked\Factory\Controller\ProfileMicrolearningControllerFactory::class,
Línea 2848... Línea 2887...
2848
 
2887
 
2849
            \LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
-
 
2850
 
2888
            \LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
Línea 2851... Línea 2889...
2851
            \LeadersLinked\Controller\MyProfilesController::class => \LeadersLinked\Factory\Controller\MyProfilesControllerFactory::class,
2889
            \LeadersLinked\Controller\MyProfilesController::class => \LeadersLinked\Factory\Controller\MyProfilesControllerFactory::class,
2852
 
2890