Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11322 Rev 11336
Línea 4511... Línea 4511...
4511
                        ]
4511
                        ]
4512
                    ],
4512
                    ],
4513
                    'answer' => [
4513
                    'answer' => [
4514
                        'type' => Segment::class,
4514
                        'type' => Segment::class,
4515
                        'options' => [
4515
                        'options' => [
4516
                            'route' => '/answer[/:myt_id]',
4516
                            'route' => '/answer[/:id]',
4517
                            'constraints' => [
4517
                            'constraints' => [
4518
                                'myt_id' => '[A-Za-z0-9\-]+\=*'
4518
                                'id' => '[A-Za-z0-9\-]+\=*'
4519
                            ],
4519
                            ],
4520
                            'defaults' => [
4520
                            'defaults' => [
4521
                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4521
                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4522
                                'action' => 'index'
4522
                                'action' => 'index'
4523
                            ]
4523
                            ]