Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 308 Rev 312
Línea 480... Línea 480...
480
                                        'controller' => '\LeadersLinked\Controller\HabitSkillController',
480
                                        'controller' => '\LeadersLinked\Controller\HabitSkillController',
481
                                        'action' => 'delete'
481
                                        'action' => 'delete'
482
                                    ]
482
                                    ]
483
                                ]
483
                                ]
484
                            ],
484
                            ],
-
 
485
                            'registers' => [
-
 
486
                                'type' => Literal::class,
-
 
487
                                'options' => [
-
 
488
                                    'route' => '/registers',
-
 
489
                                    'defaults' => [
-
 
490
                                        'controller' => '\LeadersLinked\Controller\HabitSkillRegisterController',
-
 
491
                                        'action' => 'index'
-
 
492
                                    ]
-
 
493
                                ],
-
 
494
                                'may_terminate' => true,
-
 
495
                                'child_routes' => [
-
 
496
                                    'link' => [
-
 
497
                                        'type' => Segment::class,
-
 
498
                                        'options' => [
-
 
499
                                            'route' => '/link/:id',
-
 
500
                                            'constraints' => [
-
 
501
                                                'id'    => '[A-Za-z0-9\-]+\=*',
-
 
502
                                            ],
-
 
503
                                            'defaults' => [
-
 
504
                                                'controller' => '\LeadersLinked\Controller\HabitSkillRegisterController',
-
 
505
                                                'action' => 'link'
-
 
506
                                            ],
-
 
507
                                        ],
-
 
508
                                    ],
-
 
509
                                    'add' => [
-
 
510
                                        'type' => Literal::class,
-
 
511
                                        'options' => [
-
 
512
                                            'route' => '/add',
-
 
513
                                            'defaults' => [
-
 
514
                                                'controller' => '\LeadersLinked\Controller\HabitSkillRegisterController',
-
 
515
                                                'action' => 'add'
-
 
516
                                            ],
-
 
517
                                        ],
-
 
518
                                    ],
-
 
519
                                    'edit' => [
-
 
520
                                        'type' => Segment::class,
-
 
521
                                        'options' => [
-
 
522
                                            'route' => '/edit/:id',
-
 
523
                                            'constraints' => [
-
 
524
                                                'id'    => '[A-Za-z0-9\-]+\=*',
-
 
525
                                            ],
-
 
526
                                            'defaults' => [
-
 
527
                                                'controller' => '\LeadersLinked\Controller\HabitSkillRegisterController',
-
 
528
                                                'action' => 'edit'
-
 
529
                                            ]
-
 
530
                                        ]
-
 
531
                                    ],
-
 
532
                                    'delete' => [
-
 
533
                                        'type' => Segment::class,
-
 
534
                                        'options' => [
-
 
535
                                            'route' => '/delete/:id',
-
 
536
                                            'constraints' => [
-
 
537
                                                'id'    => '[A-Za-z0-9\-]+\=*',
-
 
538
                                            ],
-
 
539
                                            'defaults' => [
-
 
540
                                                'controller' => '\LeadersLinked\Controller\HabitSkillController',
-
 
541
                                                'action' => 'delete'
-
 
542
                                            ]
-
 
543
                                        ]
-
 
544
                                    ],
-
 
545
                                ]
-
 
546
                            ]
485
                        ],
547
                        ],
486
                    ] ,   
548
                    ] ,   
Línea 487... Línea 549...
487
 
549