Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 383 Rev 385
Línea 2849... Línea 2849...
2849
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2849
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2850
                                        'action' => 'socialNetwork'
2850
                                        'action' => 'socialNetwork'
2851
                                    ]
2851
                                    ]
2852
                                ]
2852
                                ]
2853
                            ],
2853
                            ],
2854
                            'timezone' => [
-
 
2855
                                'type' => Segment::class,
-
 
2856
                                'options' => [
-
 
2857
                                    'route' => '/timezone/:id',
-
 
2858
                                    'constraints' => [
-
 
2859
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
2860
                                    ],
-
 
2861
                                    'defaults' => [
-
 
2862
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
-
 
2863
                                        'action' => 'timezone'
-
 
2864
                                    ]
-
 
2865
                                ]
-
 
2866
                            ],
-
 
2867
                            'aptitude' => [
2854
                            'aptitude' => [
2868
                                'type' => Segment::class,
2855
                                'type' => Segment::class,
2869
                                'options' => [
2856
                                'options' => [
2870
                                    'route' => '/aptitude/:id',
2857
                                    'route' => '/aptitude/:id',
2871
                                    'constraints' => [
2858
                                    'constraints' => [