Proyectos de Subversion LeadersLinked - Backend

Rev

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

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