Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 323 Rev 325
Línea 280... Línea 280...
280
                        'action' => 'index'
280
                        'action' => 'index'
281
                    ]
281
                    ]
282
                ],
282
                ],
283
                'may_terminate' => true,
283
                'may_terminate' => true,
284
                'child_routes' => [
284
                'child_routes' => [
-
 
285
                    'aspect-daily-log' => [
-
 
286
                        'type' => Literal::class,
-
 
287
                        'options' => [
-
 
288
                            'route' => '/aspect-daily-log',
-
 
289
                            'defaults' => [
-
 
290
                                'controller' => '\LeadersLinked\Controller\HabitController',
-
 
291
                                'action' => 'aspectDailyLog'
-
 
292
                            ]
-
 
293
                        ],
-
 
294
                        'may_terminate' => true,
-
 
295
                    ],      
-
 
296
                
-
 
297
                    
285
                    'values' => [
298
                    'values' => [
286
                        'type' => Literal::class,
299
                        'type' => Literal::class,
287
                        'options' => [
300
                        'options' => [
288
                            'route' => '/values',
301
                            'route' => '/values',
289
                            'defaults' => [
302
                            'defaults' => [