Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7360 Rev 7361
Línea 342... Línea 342...
342
                'may_terminate' => true,
342
                'may_terminate' => true,
343
                'child_routes' => [
343
                'child_routes' => [
344
                    'timeline' => [
344
                    'timeline' => [
345
                        'type' => Literal::class,
345
                        'type' => Literal::class,
346
                        'options' => [
346
                        'options' => [
347
                            'route' => '/timeline/:id/:type[/feed/:feed]',
347
                            'route' => '/timeline/:id/:type',
348
                            'constraints' => [
348
                            'constraints' => [
349
                                'id' => '[A-Za-z0-9\-]+\=*',
349
                                'id' => '[A-Za-z0-9\-]+\=*',
350
                                'type' => 'user|company|HighPerformanceTeamsGroup',
350
                                'type' => 'HighPerformanceTeamsGroup',
351
                                'feed' => '[A-Za-z0-9\-]+\=*',
-
 
352
                            ],
351
                            ],
353
                            'defaults' => [
352
                            'defaults' => [
354
                                'controller' => '\LeadersLinked\Controller\FeedController',
353
                                'controller' => '\LeadersLinked\Controller\FeedController',
355
                                'action' => 'timeline'
354
                                'action' => 'timeline'
356
                            ]
355
                            ]