Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7902 Rev 7907
Línea 2154... Línea 2154...
2154
                                ]
2154
                                ]
2155
                            ],
2155
                            ],
2156
                            'self' => [
2156
                            'self' => [
2157
                                'type' => Literal::class,
2157
                                'type' => Literal::class,
2158
                                'options' => [
2158
                                'options' => [
2159
                                    'route' => '/self',
2159
                                    'route' => '/self/:id',
-
 
2160
                                    'constraints' => [
-
 
2161
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
2162
                                    ],
2160
                                    'defaults' => [
2163
                                    'defaults' => [
2161
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2164
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2162
                                        'action' => 'self'
2165
                                        'action' => 'self'
2163
                                    ]
2166
                                    ]
2164
                                ]
2167
                                ]
2165
                            ],
2168
                            ],
2166
                            'both' => [
2169
                            'both' => [
2167
                                'type' => Literal::class,
2170
                                'type' => Literal::class,
2168
                                'options' => [
2171
                                'options' => [
2169
                                    'route' => '/both',
2172
                                    'route' => '/both/:id',
-
 
2173
                                    'constraints' => [
-
 
2174
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
2175
                                    ],
2170
                                    'defaults' => [
2176
                                    'defaults' => [
2171
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2177
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2172
                                        'action' => 'both'
2178
                                        'action' => 'both'
2173
                                    ]
2179
                                    ]
2174
                                ]
2180
                                ]
2175
                            ],
2181
                            ],
2176
                            'superviser' => [
2182
                            'superviser' => [
2177
                                'type' => Literal::class,
2183
                                'type' => Literal::class,
2178
                                'options' => [
2184
                                'options' => [
2179
                                    'route' => '/superviser',
2185
                                    'route' => '/superviser/:id',
-
 
2186
                                    'constraints' => [
-
 
2187
                                        'id' => '[A-Za-z0-9\-]+\=*',
-
 
2188
                                    ],
2180
                                    'defaults' => [
2189
                                    'defaults' => [
2181
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2190
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2182
                                        'action' => 'superviser'
2191
                                        'action' => 'superviser'
2183
                                    ]
2192
                                    ]
2184
                                ]
2193
                                ]