Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 740 Rev 741
Línea 1714... Línea 1714...
1714
                    ],
1714
                    ],
1715
                ]    
1715
                ]    
1716
            ],*/
1716
            ],*/
Línea 1717... Línea 1717...
1717
 
1717
 
1718
            'inmail' => [
1718
            'inmail' => [
1719
                'type' => Segment::class,
1719
                'type' => Literal::class,
1720
                'options' => [
1720
                'options' => [
1721
                    'route' => '/inmail[/:id]',
-
 
1722
                    'constraints' => [
-
 
1723
                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
1724
                    ],
1721
                    'route' => '/inmail',
1725
                    'defaults' => [
1722
                    'defaults' => [
1726
                        'controller' => '\LeadersLinked\Controller\InMailController',
1723
                        'controller' => '\LeadersLinked\Controller\InMailController',
1727
                        'action' => 'index',
-
 
1728
                        'id' => null
1724
                        'action' => 'index'
1729
                    ]
1725
                    ]
1730
                ],
1726
                ],
1731
                'may_terminate' => true,
1727
                'may_terminate' => true,
-
 
1728
                'child_routes' => [
-
 
1729
                    'user' => [
-
 
1730
                        'type' => Segment::class,
-
 
1731
                        'options' => [
-
 
1732
                            'route' => '/user/:id',
-
 
1733
                            'constraints' => [
-
 
1734
                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
1735
                            ],
-
 
1736
                            'defaults' => [
-
 
1737
                                'controller' => '\LeadersLinked\Controller\InMailController',
-
 
1738
                                'action' => 'index'
-
 
1739
                            ]
-
 
1740
                        ]
1732
                'child_routes' => [
1741
                    ],
1733
                    'messages' => [
1742
                    'messages' => [
1734
                        'type' => Segment::class,
1743
                        'type' => Segment::class,
1735
                        'options' => [
1744
                        'options' => [
1736
                            'route' => '/messages/:uuid',
1745
                            'route' => '/messages/:uuid',