Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14302 Rev 14411
Línea 5539... Línea 5539...
5539
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
5539
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
5540
                                        'action' => 'add'
5540
                                        'action' => 'add'
5541
                                    ]
5541
                                    ]
5542
                                ]
5542
                                ]
5543
                            ],
5543
                            ],
-
 
5544
                            'getContent' => [
-
 
5545
                                'type' => Segment::class,
-
 
5546
                                'options' => [
-
 
5547
                                    'route' => '/getContent/:id',
-
 
5548
                                    'constraints' => [
-
 
5549
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
5550
                                    ],
-
 
5551
                                    'defaults' => [
-
 
5552
                                        'controller' => '\LeadersLinked\Controller\DevelopmentContentWaitingController',
-
 
5553
                                        'action' => 'getContent'
-
 
5554
                                    ]
-
 
5555
                                ]
-
 
5556
                            ],
5544
                            'edit' => [
5557
                            'edit' => [
5545
                                'type' => Segment::class,
5558
                                'type' => Segment::class,
5546
                                'options' => [
5559
                                'options' => [
5547
                                    'route' => '/edit/:id',
5560
                                    'route' => '/edit/:id',
5548
                                    'constraints' => [
5561
                                    'constraints' => [