Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11921 Rev 11948
Línea 4927... Línea 4927...
4927
                                                        'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4927
                                                        'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4928
                                                        'action' => 'commentDelete'
4928
                                                        'action' => 'commentDelete'
4929
                                                    ]
4929
                                                    ]
4930
                                                ]
4930
                                                ]
4931
                                            ],
4931
                                            ],
-
 
4932
                                            'answer' => [
-
 
4933
                                                'type' => Segment::class,
-
 
4934
                                                'options' => [
-
 
4935
                                                    'route' => '/answer/:comment',
-
 
4936
                                                    'constraints' => [
-
 
4937
                                                        'comment' => '[A-Za-z0-9\-]+\=*',
-
 
4938
                                                    ],
-
 
4939
                                                    'defaults' => [
-
 
4940
                                                        'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
-
 
4941
                                                        'action' => 'answer'
-
 
4942
                                                    ]
-
 
4943
                                                ]
-
 
4944
                                            ],
4932
                                        ]
4945
                                        ]
4933
                                    ],
4946
                                    ],
4934
                                ],
4947
                                ],
4935
                            ],
4948
                            ],
4936
                        ],
4949
                        ],