Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11881 Rev 11884
Línea 4767... Línea 4767...
4767
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4767
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4768
                                                'action' => 'delete'
4768
                                                'action' => 'delete'
4769
                                            ]
4769
                                            ]
4770
                                        ]
4770
                                        ]
4771
                                    ],
4771
                                    ],
-
 
4772
                                    'feed' => [
-
 
4773
                                        'type' => Segment::class,
-
 
4774
                                        'options' => [
-
 
4775
                                            'route' => '/feed',
-
 
4776
                                            'defaults' => [
-
 
4777
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
-
 
4778
                                                'action' => 'feed'
-
 
4779
                                            ],
-
 
4780
                                        ],
-
 
4781
                                    ],
4772
                                    'comments' => [
4782
                                    'comments' => [
4773
                                        'type' => Segment::class,
4783
                                        'type' => Segment::class,
4774
                                        'options' => [
4784
                                        'options' => [
4775
                                            'route' => '/comments',
4785
                                            'route' => '/comments',
Línea 4776... Línea 4786...
4776
                                            
4786
                                            
4777
                                            'defaults' => [
4787
                                            'defaults' => [
4778
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4788
                                                'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
4779
                                                'action' => 'comment'
4789
                                                'action' => 'comment'
4780
                                            ],
4790
                                            ],
4781
                                        ],
-
 
4782
                                        'feed' => [
-
 
4783
                                            'type' => Segment::class,
-
 
4784
                                            'options' => [
-
 
4785
                                                'route' => '/feed',
-
 
4786
                                                'defaults' => [
-
 
4787
                                                    'controller' => '\LeadersLinked\Controller\MyTrainerAnswerController',
-
 
4788
                                                    'action' => 'feed'
-
 
4789
                                                ],
-
 
4790
                                            ],
-
 
4791
                                        ],
4791
                                        ],
4792
                                        'may_terminate' => true,
4792
                                        'may_terminate' => true,
4793
                                        'child_routes' => [
4793
                                        'child_routes' => [
4794
                                            'delete' => [
4794
                                            'delete' => [
4795
                                                'type' => Segment::class,
4795
                                                'type' => Segment::class,