Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 657 Rev 666
Línea 1741... Línea 1741...
1741
                                'action' => 'message'
1741
                                'action' => 'message'
1742
                            ]
1742
                            ]
1743
                        ],
1743
                        ],
1744
                        'may_terminate' => true,
1744
                        'may_terminate' => true,
1745
                        'child_routes' => [
1745
                        'child_routes' => [
-
 
1746
                            'list' => [
-
 
1747
                                'type' => Segment::class,
-
 
1748
                                'options' => [
-
 
1749
                                    'route' => '/:id',
-
 
1750
                                    'constraints' => [
-
 
1751
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
1752
                                    ],
-
 
1753
                                    'defaults' => [
-
 
1754
                                        'controller' => '\LeadersLinked\Controller\InMailController',
-
 
1755
                                        'action' => 'message'
-
 
1756
                                    ]
-
 
1757
                                ]
-
 
1758
                            ],
1746
                            'send' => [
1759
                            'send' => [
1747
                                'type' => Segment::class,
1760
                                'type' => Segment::class,
1748
                                'options' => [
1761
                                'options' => [
1749
                                    'route' => '/send/:id',
1762
                                    'route' => '/send/:id',
1750
                                    'constraints' => [
1763
                                    'constraints' => [