Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15394 Rev 15401
Línea 3737... Línea 3737...
3737
                    ]
3737
                    ]
Línea 3738... Línea 3738...
3738
                    
3738
                    
3739
                ]
3739
                ]
Línea -... Línea 3740...
-
 
3740
            ],
-
 
3741
            
-
 
3742
            
-
 
3743
            'discovery-contacts' => [
-
 
3744
                'type' => Literal::class,
-
 
3745
                'options' => [
-
 
3746
                    'route' => '/discovery-contacts',
-
 
3747
                    'defaults' => [
-
 
3748
                        'controller' => '\LeadersLinked\Controller\DiscoveryContactController',
-
 
3749
                        'action' => 'index'
-
 
3750
                    ]
-
 
3751
                ],
-
 
3752
                'may_terminate' => true,
-
 
3753
                'child_routes' => [
-
 
3754
                    'add' => [
-
 
3755
                        'type' => Literal::class,
-
 
3756
                        'options' => [
-
 
3757
                            'route' => '/add',
-
 
3758
                            'defaults' => [
-
 
3759
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactController',
-
 
3760
                                'action' => 'add'
-
 
3761
                            ]
-
 
3762
                        ]
-
 
3763
                    ],
-
 
3764
                    'edit' => [
-
 
3765
                        'type' => Segment::class,
-
 
3766
                        'options' => [
-
 
3767
                            'route' => '/edit/:id',
-
 
3768
                            'constraints' => [
-
 
3769
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3770
                            ],
-
 
3771
                            'defaults' => [
-
 
3772
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactController',
-
 
3773
                                'action' => 'edit'
-
 
3774
                            ]
-
 
3775
                        ]
-
 
3776
                    ],
-
 
3777
                    'delete' => [
-
 
3778
                        'type' => Segment::class,
-
 
3779
                        'options' => [
-
 
3780
                            'route' => '/delete/:id',
-
 
3781
                            'constraints' => [
-
 
3782
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3783
                            ],
-
 
3784
                            'defaults' => [
-
 
3785
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactController',
-
 
3786
                                'action' => 'delete'
-
 
3787
                            ]
-
 
3788
                        ]
-
 
3789
                    ],
-
 
3790
                    'view' => [
-
 
3791
                        'type' => Segment::class,
-
 
3792
                        'options' => [
-
 
3793
                            'route' => '/view/:id',
-
 
3794
                            'constraints' => [
-
 
3795
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3796
                            ],
-
 
3797
                            'defaults' => [
-
 
3798
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactController',
-
 
3799
                                'action' => 'view'
-
 
3800
                            ]
-
 
3801
                        ]
-
 
3802
                    ],
-
 
3803
                    'interaction-types' => [
-
 
3804
                        'type' => Literal::class,
-
 
3805
                        'options' => [
-
 
3806
                            'route' => '/interaction-types',
-
 
3807
                            'defaults' => [
-
 
3808
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
-
 
3809
                                'action' => 'index'
-
 
3810
                            ]
-
 
3811
                        ],
-
 
3812
                        'may_terminate' => true,
-
 
3813
                        'child_routes' => [
-
 
3814
                            'add' => [
-
 
3815
                                'type' => Literal::class,
-
 
3816
                                'options' => [
-
 
3817
                                    'route' => '/add',
-
 
3818
                                    'defaults' => [
-
 
3819
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
-
 
3820
                                        'action' => 'add'
-
 
3821
                                    ]
-
 
3822
                                ]
-
 
3823
                            ],
-
 
3824
                            'edit' => [
-
 
3825
                                'type' => Segment::class,
-
 
3826
                                'options' => [
-
 
3827
                                    'route' => '/edit/:id',
-
 
3828
                                    'constraints' => [
-
 
3829
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3830
                                    ],
-
 
3831
                                    'defaults' => [
-
 
3832
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
-
 
3833
                                        'action' => 'edit'
-
 
3834
                                    ]
-
 
3835
                                ]
-
 
3836
                            ],
-
 
3837
                            'delete' => [
-
 
3838
                                'type' => Segment::class,
-
 
3839
                                'options' => [
-
 
3840
                                    'route' => '/delete/:id',
-
 
3841
                                    'constraints' => [
-
 
3842
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3843
                                    ],
-
 
3844
                                    'defaults' => [
-
 
3845
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController',
-
 
3846
                                        'action' => 'delete'
-
 
3847
                                    ]
-
 
3848
                                ]
-
 
3849
                            ],
-
 
3850
                
-
 
3851
 
-
 
3852
                            
-
 
3853
                        ]
-
 
3854
                    ],
-
 
3855
                    'interactions' => [
-
 
3856
                        'type' => Segment::class,
-
 
3857
                        'options' => [
-
 
3858
                            'route' => '/interactions/:id',
-
 
3859
                            'constraints' => [
-
 
3860
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3861
                            ],
-
 
3862
                            'defaults' => [
-
 
3863
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionController',
-
 
3864
                                'action' => 'index'
-
 
3865
                            ]
-
 
3866
                        ],
-
 
3867
                        'may_terminate' => true,
-
 
3868
                        'child_routes' => [
-
 
3869
                            'add' => [
-
 
3870
                                'type' => Segment::class,
-
 
3871
                                'options' => [
-
 
3872
                                    'route' => '/add',
-
 
3873
                                    'defaults' => [
-
 
3874
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionController',
-
 
3875
                                        'action' => 'add'
-
 
3876
                                    ]
-
 
3877
                                ]
-
 
3878
                            ],
-
 
3879
                            'delete' => [
-
 
3880
                                'type' => Segment::class,
-
 
3881
                                'options' => [
-
 
3882
                                    'route' => '/delete/:interaction',
-
 
3883
                                    'constraints' => [
-
 
3884
                                        'interaction' => '[A-Za-z0-9\-]+\=*'
-
 
3885
                                    ],
-
 
3886
                                    'defaults' => [
-
 
3887
                                        'controller' => '\LeadersLinked\Controller\DiscoveryContactInteractionController',
-
 
3888
                                        'action' => 'delete'
-
 
3889
                                    ]
-
 
3890
                                ]
-
 
3891
                            ],
-
 
3892
                            
-
 
3893
                            
-
 
3894
                            
-
 
3895
                        ]
-
 
3896
                    ],
-
 
3897
                    'logs' => [
-
 
3898
                        'type' => Segment::class,
-
 
3899
                        'options' => [
-
 
3900
                            'route' => '/log/:id',
-
 
3901
                            'constraints' => [
-
 
3902
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
3903
                            ],
-
 
3904
                            'defaults' => [
-
 
3905
                                'controller' => '\LeadersLinked\Controller\DiscoveryContactLogController',
-
 
3906
                                'action' => 'index'
-
 
3907
                            ]
-
 
3908
                        ],
-
 
3909
                        'may_terminate' => true,
-
 
3910
                        'child_routes' => [
-
 
3911
                        ]
-
 
3912
                    ],
-
 
3913
                    
-
 
3914
                ]
-
 
3915
            ],
-
 
3916
            
3740
            ],
3917
 
3741
            
3918
            
3742
            'development-and-training' => [
3919
            'development-and-training' => [
3743
                'type' => Literal::class,
3920
                'type' => Literal::class,
3744
                'options' => [
3921
                'options' => [
Línea 3748... Línea 3925...
3748
                        'action' => 'index'
3925
                        'action' => 'index'
3749
                    ]
3926
                    ]
3750
                ],
3927
                ],
3751
                'may_terminate' => true,
3928
                'may_terminate' => true,
3752
                'child_routes' => [
3929
                'child_routes' => [
-
 
3930
                    
3753
                ]
3931
                ]
3754
            ],
3932
            ],
Línea 3755... Línea 3933...
3755
 
3933
 
Línea 6106... Línea 6284...
6106
            \LeadersLinked\Controller\UnknownController::class => \LeadersLinked\Factory\Controller\UnknownControllerFactory::class,
6284
            \LeadersLinked\Controller\UnknownController::class => \LeadersLinked\Factory\Controller\UnknownControllerFactory::class,
6107
            \LeadersLinked\Controller\TestController::class => \LeadersLinked\Factory\Controller\TestControllerFactory::class,
6285
            \LeadersLinked\Controller\TestController::class => \LeadersLinked\Factory\Controller\TestControllerFactory::class,
Línea 6108... Línea 6286...
6108
            
6286
            
6109
            \LeadersLinked\Controller\AptitudeController::class => \LeadersLinked\Factory\Controller\AptitudeControllerFactory::class,
6287
            \LeadersLinked\Controller\AptitudeController::class => \LeadersLinked\Factory\Controller\AptitudeControllerFactory::class,
-
 
6288
            \LeadersLinked\Controller\HobbyAndInterestController::class => \LeadersLinked\Factory\Controller\HobbyAndInterestControllerFactory::class,
-
 
6289
            
-
 
6290
            \LeadersLinked\Controller\DiscoveryContactController::class => \LeadersLinked\Factory\Controller\DiscoveryContactControllerFactory::class,
-
 
6291
            \LeadersLinked\Controller\DiscoveryContactLogController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactLogControllerFactory::class,
-
 
6292
            \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
6110
            \LeadersLinked\Controller\HobbyAndInterestController::class => \LeadersLinked\Factory\Controller\HobbyAndInterestControllerFactory::class,
6293
            \LeadersLinked\Controller\DiscoveryContactInteractionController::class  => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
6111
        ],
6294
        ],
6112
        'aliases' => [
6295
        'aliases' => [
6113
            '\LeadersLinked\Controller\AuthController' => \LeadersLinked\Controller\AuthController::class,
6296
            '\LeadersLinked\Controller\AuthController' => \LeadersLinked\Controller\AuthController::class,
6114
            '\LeadersLinked\Controller\FollowerController' => \LeadersLinked\Controller\FollowerController::class,
6297
            '\LeadersLinked\Controller\FollowerController' => \LeadersLinked\Controller\FollowerController::class,
Línea 6207... Línea 6390...
6207
            '\LeadersLinked\Controller\ReportController' => \LeadersLinked\Controller\ReportController::class,
6390
            '\LeadersLinked\Controller\ReportController' => \LeadersLinked\Controller\ReportController::class,
6208
            '\LeadersLinked\Controller\UnknownController' => \LeadersLinked\Controller\UnknownController::class,
6391
            '\LeadersLinked\Controller\UnknownController' => \LeadersLinked\Controller\UnknownController::class,
6209
            '\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
6392
            '\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
6210
            '\LeadersLinked\Controller\AptitudeController' => \LeadersLinked\Controller\AptitudeController::class,
6393
            '\LeadersLinked\Controller\AptitudeController' => \LeadersLinked\Controller\AptitudeController::class,
6211
            '\LeadersLinked\Controller\HobbyAndInterestController' => \LeadersLinked\Controller\HobbyAndInterestController::class,
6394
            '\LeadersLinked\Controller\HobbyAndInterestController' => \LeadersLinked\Controller\HobbyAndInterestController::class,
-
 
6395
            
-
 
6396
            '\LeadersLinked\Controller\DiscoveryContactController' => \LeadersLinked\Controller\DiscoveryContactController::class,
-
 
6397
            '\LeadersLinked\Controller\DiscoveryContactLogController' => \LeadersLinked\Controller\DiscoveryContactLogController::class,
-
 
6398
            '\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
-
 
6399
            '\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
6212
        ]
6400
        ]
6213
    ],
6401
    ],
6214
    'laminas-cli' => [
6402
    'laminas-cli' => [
6215
        'commands' => [
6403
        'commands' => [
6216
        ]
6404
        ]