Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 515 Rev 563
Línea 3936... Línea 3936...
3936
                            'defaults' => [
3936
                            'defaults' => [
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
                    ],
3942
                        'child_routes' => [
3943
                    'get-topic' => [
3943
                            'get' => [
3944
                        'type' => Segment::class,
3944
                                'type' => Segment::class,
3945
                        'options' => [
3945
                                'options' => [
3946
                            'route' => '/get-topic/:id',
3946
                                    'route' => '/: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' => 'topic',
-
 
3953
                                    ]
-
 
3954
                                ],
-
 
3955
                                'may_terminate' => true
3953
                            ]
3956
                            ]
3954
                        ],
3957
                        ]
3955
                        'may_terminate' => true
-
 
3956
                    ],
3958
                    ],
3957
                    'take-a-test' => [
3959
                    'take-a-test' => [
3958
                        'type' => Segment::class,
3960
                        'type' => Segment::class,
3959
                        'options' => [
3961
                        'options' => [
3960
                            'route' => '/take-a-test/:slide_id',
3962
                            'route' => '/take-a-test/:slide_id',