Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11820 Rev 11823
Línea 4802... Línea 4802...
4802
                                                'action' => 'commentDelete'
4802
                                                'action' => 'commentDelete'
4803
                                            ]
4803
                                            ]
4804
                                        ]
4804
                                        ]
4805
                                    ],
4805
                                    ],
Línea 4806... Línea 4806...
4806
        
4806
        
4807
                                    'answer' => [
4807
                                    'answerFeed' => [
4808
                                        'type' => Segment::class,
4808
                                        'type' => Segment::class,
4809
                                        'options' => [
4809
                                        'options' => [
4810
                                            'route' => '/answer/:comment',
4810
                                            'route' => '/answer/:comment',
4811
                                            'constraints' => [
4811
                                            'constraints' => [
4812
                                                'comment' => '[A-Za-z0-9\-]+\=*',
4812
                                                'comment' => '[A-Za-z0-9\-]+\=*',
4813
                                            ],
4813
                                            ],
4814
                                            'defaults' => [
4814
                                            'defaults' => [
4815
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4815
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4816
                                                'action' => 'answer'
4816
                                                'action' => 'answerFeed'
4817
                                            ]
4817
                                            ]
4818
                                        ]
4818
                                        ]
4819
                                    ],
4819
                                    ],
4820
                                ]
4820
                                ]