Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7907 Rev 7947
Línea 2152... Línea 2152...
2152
                                        'action' => 'delete'
2152
                                        'action' => 'delete'
2153
                                    ]
2153
                                    ]
2154
                                ]
2154
                                ]
2155
                            ],
2155
                            ],
2156
                            'self' => [
2156
                            'self' => [
2157
                                'type' => Literal::class,
2157
                                'type' => Segment::class,
2158
                                'options' => [
2158
                                'options' => [
2159
                                    'route' => '/self/:id',
2159
                                    'route' => '/self/:id',
2160
                                    'constraints' => [
2160
                                    'constraints' => [
2161
                                        'id' => '[A-Za-z0-9\-]+\=*',
2161
                                        'id' => '[A-Za-z0-9\-]+\=*',
2162
                                    ],
2162
                                    ],
Línea 2165... Línea 2165...
2165
                                        'action' => 'self'
2165
                                        'action' => 'self'
2166
                                    ]
2166
                                    ]
2167
                                ]
2167
                                ]
2168
                            ],
2168
                            ],
2169
                            'both' => [
2169
                            'both' => [
2170
                                'type' => Literal::class,
2170
                                'type' => Segment::class,
2171
                                'options' => [
2171
                                'options' => [
2172
                                    'route' => '/both/:id',
2172
                                    'route' => '/both/:id',
2173
                                    'constraints' => [
2173
                                    'constraints' => [
2174
                                        'id' => '[A-Za-z0-9\-]+\=*',
2174
                                        'id' => '[A-Za-z0-9\-]+\=*',
2175
                                    ],
2175
                                    ],
Línea 2178... Línea 2178...
2178
                                        'action' => 'both'
2178
                                        'action' => 'both'
2179
                                    ]
2179
                                    ]
2180
                                ]
2180
                                ]
2181
                            ],
2181
                            ],
2182
                            'superviser' => [
2182
                            'superviser' => [
2183
                                'type' => Literal::class,
2183
                                'type' => Segment::class,
2184
                                'options' => [
2184
                                'options' => [
2185
                                    'route' => '/superviser/:id',
2185
                                    'route' => '/superviser/:id',
2186
                                    'constraints' => [
2186
                                    'constraints' => [
2187
                                        'id' => '[A-Za-z0-9\-]+\=*',
2187
                                        'id' => '[A-Za-z0-9\-]+\=*',
2188
                                    ],
2188
                                    ],