Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9335 Rev 9350
Línea 4270... Línea 4270...
4270
                    'question' => [
4270
                    'question' => [
4271
                        'type' => Literal::class,
4271
                        'type' => Literal::class,
4272
                        'options' => [
4272
                        'options' => [
4273
                            'route' => '/question',
4273
                            'route' => '/question',
4274
                            'defaults' => [
4274
                            'defaults' => [
4275
                                'controller' => '\LeadersLinked\Controller\UnknownController',
4275
                                'controller' => '\LeadersLinked\Controller\MyTrainerQuestionController',
4276
                                'action' => 'index'
4276
                                'action' => 'index'
4277
                            ]
4277
                            ]
4278
                        ],
4278
                        ],
4279
                        'may_terminate' => true,
4279
                        'may_terminate' => true,
4280
                        'child_routes' => [
4280
                        'child_routes' => [
4281
                            'add' => [
4281
                            'add' => [
4282
                                'type' => Literal::class,
4282
                                'type' => Literal::class,
4283
                                'options' => [
4283
                                'options' => [
4284
                                    'route' => '/add',
4284
                                    'route' => '/add',
4285
                                    'defaults' => [
4285
                                    'defaults' => [
4286
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
4286
                                        'controller' => '\LeadersLinked\Controller\MyTrainerQuestionController',
4287
                                        'action' => 'add'
4287
                                        'action' => 'add'
4288
                                    ]
4288
                                    ]
4289
                                ]
4289
                                ]
4290
                            ],
4290
                            ],
4291
                            'edit' => [
4291
                            'edit' => [
Línea 4294... Línea 4294...
4294
                                    'route' => '/edit/:id',
4294
                                    'route' => '/edit/:id',
4295
                                    'constraints' => [
4295
                                    'constraints' => [
4296
                                        'id' => '[A-Za-z0-9\-]+\=*'
4296
                                        'id' => '[A-Za-z0-9\-]+\=*'
4297
                                    ],
4297
                                    ],
4298
                                    'defaults' => [
4298
                                    'defaults' => [
4299
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
4299
                                        'controller' => '\LeadersLinked\Controller\MyTrainerQuestionController',
4300
                                        'action' => 'edit'
4300
                                        'action' => 'edit'
4301
                                    ]
4301
                                    ]
4302
                                ]
4302
                                ]
4303
                            ],
4303
                            ],
4304
                            'delete' => [
4304
                            'delete' => [
Línea 4307... Línea 4307...
4307
                                    'route' => '/delete/:id',
4307
                                    'route' => '/delete/:id',
4308
                                    'constraints' => [
4308
                                    'constraints' => [
4309
                                        'id' => '[A-Za-z0-9\-]+\=*'
4309
                                        'id' => '[A-Za-z0-9\-]+\=*'
4310
                                    ],
4310
                                    ],
4311
                                    'defaults' => [
4311
                                    'defaults' => [
4312
                                        'controller' => '\LeadersLinked\Controller\UnknownController',
4312
                                        'controller' => '\LeadersLinked\Controller\MyTrainerQuestionController',
4313
                                        'action' => 'delete'
4313
                                        'action' => 'delete'
4314
                                    ]
4314
                                    ]
4315
                                ]
4315
                                ]
4316
                            ]
4316
                            ]
4317
                        ]
4317
                        ]
Línea 4413... Línea 4413...
4413
            \LeadersLinked\Controller\OrganizationalClimateFormController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateFormControllerFactory::class,
4413
            \LeadersLinked\Controller\OrganizationalClimateFormController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateFormControllerFactory::class,
4414
            \LeadersLinked\Controller\OrganizationalClimateReportController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateReportControllerFactory::class,
4414
            \LeadersLinked\Controller\OrganizationalClimateReportController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateReportControllerFactory::class,
4415
            \LeadersLinked\Controller\OrganizationalClimateTestController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateTestControllerFactory::class,
4415
            \LeadersLinked\Controller\OrganizationalClimateTestController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateTestControllerFactory::class,
4416
            \LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
4416
            \LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
4417
            \LeadersLinked\Controller\MyTrainerCategoriesController::class => \LeadersLinked\Factory\Controller\MyTrainerCategoriesControllerFactory::class,
4417
            \LeadersLinked\Controller\MyTrainerCategoriesController::class => \LeadersLinked\Factory\Controller\MyTrainerCategoriesControllerFactory::class,
-
 
4418
            \LeadersLinked\Controller\MyTrainerQuestionController::class => \LeadersLinked\Factory\Controller\MyTrainerQuestionControllerFactory::class,
4418
            \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationEvaluationControllerFactory::class,
4419
            \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationEvaluationControllerFactory::class,
4419
            \LeadersLinked\Controller\MicrolearningController::class => \LeadersLinked\Factory\Controller\MicrolearningControllerFactory::class,
4420
            \LeadersLinked\Controller\MicrolearningController::class => \LeadersLinked\Factory\Controller\MicrolearningControllerFactory::class,
4420
            \LeadersLinked\Controller\MicrolearningQuizController::class => \LeadersLinked\Factory\Controller\MicrolearningQuizControllerFactory::class,
4421
            \LeadersLinked\Controller\MicrolearningQuizController::class => \LeadersLinked\Factory\Controller\MicrolearningQuizControllerFactory::class,
4421
            \LeadersLinked\Controller\MicrolearningQuestionController::class => \LeadersLinked\Factory\Controller\MicrolearningQuestionControllerFactory::class,
4422
            \LeadersLinked\Controller\MicrolearningQuestionController::class => \LeadersLinked\Factory\Controller\MicrolearningQuestionControllerFactory::class,
4422
            \LeadersLinked\Controller\MicrolearningAnswerController::class => \LeadersLinked\Factory\Controller\MicrolearningAnswerControllerFactory::class,
4423
            \LeadersLinked\Controller\MicrolearningAnswerController::class => \LeadersLinked\Factory\Controller\MicrolearningAnswerControllerFactory::class,
Línea 4512... Línea 4513...
4512
            '\LeadersLinked\Controller\MicrolearningExtendUserPartnerController' => \LeadersLinked\Controller\MicrolearningExtendUserPartnerController::class,
4513
            '\LeadersLinked\Controller\MicrolearningExtendUserPartnerController' => \LeadersLinked\Controller\MicrolearningExtendUserPartnerController::class,
4513
            '\LeadersLinked\Controller\MicrolearningExtendUserProgramController' => \LeadersLinked\Controller\MicrolearningExtendUserProgramController::class,
4514
            '\LeadersLinked\Controller\MicrolearningExtendUserProgramController' => \LeadersLinked\Controller\MicrolearningExtendUserProgramController::class,
4514
            '\LeadersLinked\Controller\MicrolearningExtendUserSectorController' => \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class,
4515
            '\LeadersLinked\Controller\MicrolearningExtendUserSectorController' => \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class,
4515
            '\LeadersLinked\Controller\MicrolearningExtendUserSectorController' => \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class,
4516
            '\LeadersLinked\Controller\MicrolearningExtendUserSectorController' => \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class,
4516
            '\LeadersLinked\Controller\MyTrainerCategoriesController' => \LeadersLinked\Controller\MyTrainerCategoriesController::class,
4517
            '\LeadersLinked\Controller\MyTrainerCategoriesController' => \LeadersLinked\Controller\MyTrainerCategoriesController::class,
-
 
4518
            '\LeadersLinked\Controller\MyTrainerQuestionController' => \LeadersLinked\Controller\MyTrainerQuestionController::class,
4517
            '\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
4519
            '\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
4518
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class,
4520
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class,
4519
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class,
4521
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class,
4520
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController::class,
4522
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController::class,
4521
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class,
4523
            '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class,