Proyectos de Subversion LeadersLinked - Services

Rev

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

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