Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 13016 Rev 13028
Línea 3774... Línea 3774...
3774
                        'action' => 'index'
3774
                        'action' => 'index'
3775
                    ]
3775
                    ]
3776
                ],
3776
                ],
3777
                'may_terminate' => true,
3777
                'may_terminate' => true,
3778
                'child_routes' => [
3778
                'child_routes' => [
3779
                    'company' => [
3779
                    'inmail' => [
3780
                        'type' => Segment::class,
3780
                        'type' => Segment::class,
3781
                        'options' => [
3781
                        'options' => [
3782
                            'route' => '/company',
3782
                            'route' => '/inmail[/:id]',
-
 
3783
                            'constraints' => [
-
 
3784
                                'id' => '[A-Za-z0-9\-]+\=*',
-
 
3785
                            ],
3783
                            'defaults' => [
3786
                            'defaults' => [
3784
                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
3787
                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
3785
                                'action' => 'index'
3788
                                'action' => 'index'
-
 
3789
                            ]
-
 
3790
                        ],
-
 
3791
                        'may_terminate' => true,
-
 
3792
                        'child_routes' => [
-
 
3793
                            'block' => [
-
 
3794
                                'type' => Literal::class,
-
 
3795
                                'options' => [
-
 
3796
                                    'route' => '/block',
-
 
3797
                                    'defaults' => [
-
 
3798
                                        'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
-
 
3799
                                        'action' => 'blockConversation'
-
 
3800
                                    ]
-
 
3801
                                ]
-
 
3802
                            ],
-
 
3803
                            'delete' => [
-
 
3804
                                'type' => Literal::class,
-
 
3805
                                'options' => [
-
 
3806
                                    'route' => '/delete',
-
 
3807
                                    'defaults' => [
-
 
3808
                                        'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
-
 
3809
                                        'action' => 'deleteConversation'
-
 
3810
                                    ]
-
 
3811
                                ]
-
 
3812
                            ],
-
 
3813
                            'message' => [
-
 
3814
                                'type' => Literal::class,
-
 
3815
                                'options' => [
-
 
3816
                                    'route' => '/message',
-
 
3817
                                    'defaults' => [
-
 
3818
                                        'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
-
 
3819
                                        'action' => 'message'
-
 
3820
                                    ]
-
 
3821
                                ],
-
 
3822
                                'may_terminate' => true,
-
 
3823
                                'child_routes' => [
-
 
3824
                                    'send' => [
-
 
3825
                                        'type' => Segment::class,
-
 
3826
                                        'options' => [
-
 
3827
                                            'route' => '/send[/encoding/:encoding]',
-
 
3828
                                            'constraints' => [
-
 
3829
                                                'encoding' => 'base64'
-
 
3830
                                            ],
-
 
3831
                                            'defaults' => [
-
 
3832
                                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
-
 
3833
                                                'action' => 'sendMessage'
-
 
3834
                                            ]
-
 
3835
                                        ]
-
 
3836
                                    ],
-
 
3837
                                    'delete' => [
-
 
3838
                                        'type' => Segment::class,
-
 
3839
                                        'options' => [
-
 
3840
                                            'route' => '/delete/:message',
-
 
3841
                                            'constraints' => [
-
 
3842
                                                'message' => '[A-Za-z0-9\-]+\=*',
-
 
3843
                                            ],
-
 
3844
                                            'defaults' => [
-
 
3845
                                                'controller' => '\LeadersLinked\Controller\CommunicationCompanyController',
-
 
3846
                                                'action' => 'delete'
-
 
3847
                                            ]
-
 
3848
                                        ]
-
 
3849
                                    ],
-
 
3850
                                ],
3786
                            ],
3851
                            ],
3787
                        ],
3852
                        ],
3788
                    ],
3853
                    ],
-
 
3854
                   
3789
                ]
3855
                ]
3790
            ],
3856
            ],
Línea 3791... Línea 3857...
3791
            
3857
            
3792
            'career-development' => [
3858
            'career-development' => [