Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 695 Rev 696
Línea 1696... Línea 1696...
1696
            ],*/
1696
            ],*/
Línea 1697... Línea 1697...
1697
 
1697
 
1698
            'inmail' => [
1698
            'inmail' => [
1699
                'type' => Segment::class,
1699
                'type' => Segment::class,
1700
                'options' => [
1700
                'options' => [
1701
                    'route' => '/inmail[/:id]',
-
 
1702
                    'constraints' => [
-
 
1703
                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
1704
                    ],
1701
                    'route' => '/inmail',
1705
                    'defaults' => [
1702
                    'defaults' => [
1706
                        'controller' => '\LeadersLinked\Controller\InMailController',
1703
                        'controller' => '\LeadersLinked\Controller\InMailController',
1707
                        'action' => 'index',
-
 
1708
                        'id' => null
1704
                        'action' => 'index'
1709
                    ]
1705
                    ]
1710
                ],
1706
                ],
1711
                'may_terminate' => true,
1707
                'may_terminate' => true,
1712
                'child_routes' => [
1708
                'child_routes' => [
Línea 1737... Línea 1733...
1737
                        ]
1733
                        ]
1738
                    ],
1734
                    ],
1739
                    'messages' => [
1735
                    'messages' => [
1740
                        'type' => Segment::class,
1736
                        'type' => Segment::class,
1741
                        'options' => [
1737
                        'options' => [
1742
                            'route' => '/messages[/:uuid]',
1738
                            'route' => '/messages/:uuid',
1743
                            'constraints' => [
1739
                            'constraints' => [
1744
                                'uuid' => '[A-Za-z0-9\-]+\=*'
1740
                                'uuid' => '[A-Za-z0-9\-]+\=*'
1745
                            ],
1741
                            ],
1746
                            'defaults' => [
1742
                            'defaults' => [
1747
                                'controller' => '\LeadersLinked\Controller\InMailController',
1743
                                'controller' => '\LeadersLinked\Controller\InMailController',
1748
                                'action' => 'getMessages',
1744
                                'action' => 'getMessages'
1749
                                'uuid' => null
-
 
1750
                            ]
1745
                            ]
1751
                        ],
1746
                        ],
1752
                        'may_terminate' => true,
1747
                        'may_terminate' => true,
1753
                        'child_routes' => [
1748
                        'child_routes' => [
1754
                            'send' => [
1749
                            'send' => [