Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 568 Rev 569
Línea 3892... Línea 3892...
3892
                    'topics' => [
3892
                    'topics' => [
3893
                        'type' => Segment::class,
3893
                        'type' => Segment::class,
3894
                        'options' => [
3894
                        'options' => [
3895
                            'route' => '/topics',
3895
                            'route' => '/topics',
3896
                            'defaults' => [
3896
                            'defaults' => [
-
 
3897
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3897
                                'action' => 'topics',
3898
                                'action' => 'topics',
3898
                            ],
3899
                            ],
3899
                        ],
3900
                        ],
3900
                        'may_terminate' => true,
3901
                        'may_terminate' => true,
3901
                        'child_routes' => [
3902
                    ],
3902
                            'topic' => [
3903
                    'topic' => [
3903
                                'type' => Segment::class,
3904
                        'type' => Segment::class,
3904
                                'options' => [
3905
                        'options' => [
3905
                                    'route' => '/:id',
3906
                            'route' => '/topics/:id',
3906
                                    'constraints' => [
3907
                            'constraints' => [
3907
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
3908
                                'id' => '[A-Za-z0-9\\-]+\\=*',
3908
                                    ],
3909
                            ],
3909
                                    'defaults' => [
3910
                            'defaults' => [
3910
                                        'action' => 'getTopic',
3911
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3911
                                    ],
3912
                                'action' => 'getTopic',
3912
                                ],
3913
                            ],
3913
                            ]
3914
                        ],
3914
                        ]
3915
                        'may_terminate' => true,
3915
                    ],
3916
                    ],
3916
                    'take-a-test' => [
3917
                    'take-a-test' => [
3917
                        'type' => Segment::class,
3918
                        'type' => Segment::class,
3918
                        'options' => [
3919
                        'options' => [
3919
                            'route' => '/take-a-test/:slide_id',
3920
                            'route' => '/take-a-test/:slide_id',