Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13858 Rev 13988
Línea 5596... Línea 5596...
5596
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
5596
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
5597
                                        'action' => 'extern'
5597
                                        'action' => 'extern'
5598
                                    ]
5598
                                    ]
5599
                                ]
5599
                                ]
5600
                            ],
5600
                            ],
-
 
5601
                            'categories' => [
-
 
5602
                                'type' => Segment::class,
-
 
5603
                                'options' => [
-
 
5604
                                    'route' => '/categories/:id',
-
 
5605
                                    'constraints' => [
-
 
5606
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5607
                                    ],
-
 
5608
                                    'defaults' => [
-
 
5609
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
-
 
5610
                                        'action' => 'categories'
-
 
5611
                                    ]
-
 
5612
                                ]
-
 
5613
                            ],
5601
                        ],
5614
                        ],
5602
                    ],
5615
                    ],
5603
                ]
5616
                ]
5604
            ],
5617
            ],