Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 570 Rev 573
Línea 3937... Línea 3937...
3937
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3937
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3938
                                'action' => 'topics'
3938
                                'action' => 'topics'
3939
                            ]
3939
                            ]
3940
                        ],
3940
                        ],
3941
                        'may_terminate' => true,
3941
                        'may_terminate' => true,
3942
                        'child_routes' => [
3942
                    ],
3943
                            'topic' => [
3943
                    'topic' => [
3944
                                'type' => Segment::class,
3944
                        'type' => Segment::class,
3945
                                'options' => [
3945
                        'options' => [
3946
                                    'route' => '/:id',
3946
                            'route' => '/topic/:id',
3947
                                    'constraints' => [
3947
                            'constraints' => [
3948
                                        'id' => '[A-Za-z0-9\-]+\=*'
3948
                                'id' => '[A-Za-z0-9\-]+\=*'
3949
                                    ],
3949
                            ],
3950
                                    'defaults' => [
3950
                            'defaults' => [
3951
                                        'controller' => '\LeadersLinked\Controller\MicrolearningController',
3951
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3952
                                        'action' => 'getTopic'
3952
                                'action' => 'getTopic'
3953
                                    ]
-
 
3954
                                ]
-
 
3955
                            ]
3953
                            ]
3956
                        ]
3954
                        ]
3957
                    ],
3955
                    ],
3958
                    'take-a-test' => [
3956
                    'take-a-test' => [
3959
                        'type' => Segment::class,
3957
                        'type' => Segment::class,