Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12193 Rev 12250
Línea 4775... Línea 4775...
4775
                                ]
4775
                                ]
4776
                            ]
4776
                            ]
4777
                        ]
4777
                        ]
4778
                    ],
4778
                    ],
4779
                    'question' => [
4779
                    'question' => [
4780
                        'type' => Literal::class,
4780
                        'type' => segment::class,
4781
                        'options' => [
4781
                        'options' => [
4782
                            'route' => '/question',
4782
                            'route' => '/question[/:id]',
-
 
4783
                            'constraints' => [
-
 
4784
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
4785
                            ],
4783
                            'defaults' => [
4786
                            'defaults' => [
4784
                                'controller' => '\LeadersLinked\Controller\MyTrainerQuestionController',
4787
                                'controller' => '\LeadersLinked\Controller\MyTrainerQuestionController',
4785
                                'action' => 'index'
4788
                                'action' => 'index'
4786
                            ]
4789
                            ]
4787
                        ],
4790
                        ],