Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15392 Rev 15394
Línea 1955... Línea 1955...
1955
                                            ]
1955
                                            ]
1956
                                        ]
1956
                                        ]
1957
                                    ]
1957
                                    ]
1958
                                ]
1958
                                ]
1959
                            ],
1959
                            ],
-
 
1960
                            'countries' => [
-
 
1961
                                'type' => Literal::class,
-
 
1962
                                'options' => [
-
 
1963
                                    'route' => '/countries',
-
 
1964
                                    'defaults' => [
-
 
1965
                                        'controller' => '\LeadersLinked\Controller\MicrolearningExtendUserCountryController',
-
 
1966
                                        'action' => 'index'
-
 
1967
                                    ]
-
 
1968
                                ],
-
 
1969
                                'may_terminate' => true,
-
 
1970
                                'child_routes' => [
-
 
1971
                                    'add' => [
-
 
1972
                                        'type' => Literal::class,
-
 
1973
                                        'options' => [
-
 
1974
                                            'route' => '/add',
-
 
1975
                                            'defaults' => [
-
 
1976
                                                'controller' => '\LeadersLinked\Controller\MicrolearningExtendUserCountryController',
-
 
1977
                                                'action' => 'add'
-
 
1978
                                            ]
-
 
1979
                                        ]
-
 
1980
                                    ],
-
 
1981
                                    'edit' => [
-
 
1982
                                        'type' => Segment::class,
-
 
1983
                                        'options' => [
-
 
1984
                                            'route' => '/edit/:id',
-
 
1985
                                            'constraints' => [
-
 
1986
                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
1987
                                            ],
-
 
1988
                                            'defaults' => [
-
 
1989
                                                'controller' => '\LeadersLinked\Controller\MicrolearningExtendUserCountryController',
-
 
1990
                                                'action' => 'edit'
-
 
1991
                                            ]
-
 
1992
                                        ]
-
 
1993
                                    ],
-
 
1994
                                    'delete' => [
-
 
1995
                                        'type' => Segment::class,
-
 
1996
                                        'options' => [
-
 
1997
                                            'route' => '/delete/:id',
-
 
1998
                                            'constraints' => [
-
 
1999
                                                'id' => '[A-Za-z0-9\-]+\=*'
-
 
2000
                                            ],
-
 
2001
                                            'defaults' => [
-
 
2002
                                                'controller' => '\LeadersLinked\Controller\MicrolearningExtendUserCountryController',
-
 
2003
                                                'action' => 'delete'
-
 
2004
                                            ]
-
 
2005
                                        ]
-
 
2006
                                    ]
-
 
2007
                                ]
-
 
2008
                            ],
1960
                        ]
2009
                        ]
1961
                    ],
2010
                    ],
1962
                ],
2011
                ],
1963
            ],
2012
            ],
1964
            /*             * * START PUBLICATIONS ** */
2013
            /*             * * START PUBLICATIONS ** */
Línea 2222... Línea 2271...
2222
            'performance-evaluation' => [
2271
            'performance-evaluation' => [
2223
                'type' => Literal::class,
2272
                'type' => Literal::class,
2224
                'options' => [
2273
                'options' => [
2225
                    'route' => '/performance-evaluation',
2274
                    'route' => '/performance-evaluation',
2226
                    'defaults' => [
2275
                    'defaults' => [
2227
                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
2276
                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationController',
2228
                        'action' => 'index'
2277
                        'action' => 'index'
2229
                    ]
2278
                    ]
2230
                ],
2279
                ],
2231
                'may_terminate' => true,
2280
                'may_terminate' => true,
2232
                'child_routes' => [
2281
                'child_routes' => [
Línea 2301... Línea 2350...
2301
                                    ]
2350
                                    ]
2302
                                ]
2351
                                ]
2303
                            ],
2352
                            ],
2304
                        ]
2353
                        ]
2305
                    ],
2354
                    ],
2306
                    'evaluations' => [
2355
                    'tests' => [
2307
                        'type' => Literal::class,
2356
                        'type' => Literal::class,
2308
                        'options' => [
2357
                        'options' => [
2309
                            'route' => '/evaluations',
2358
                            'route' => '/tests',
2310
                            'defaults' => [
2359
                            'defaults' => [
2311
                                'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2360
                                'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2312
                                'action' => 'index'
2361
                                'action' => 'index'
2313
                            ]
2362
                            ]
2314
                        ],
2363
                        ],
2315
                        'may_terminate' => true,
2364
                        'may_terminate' => true,
2316
                        'child_routes' => [
2365
                        'child_routes' => [
2317
                            'add' => [
2366
                            'add' => [
2318
                                'type' => Literal::class,
2367
                                'type' => Literal::class,
2319
                                'options' => [
2368
                                'options' => [
2320
                                    'route' => '/add',
2369
                                    'route' => '/add',
2321
                                    'defaults' => [
2370
                                    'defaults' => [
2322
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2371
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2323
                                        'action' => 'add'
2372
                                        'action' => 'add'
2324
                                    ]
2373
                                    ]
2325
                                ]
2374
                                ]
2326
                            ],
2375
                            ],
2327
                            'delete' => [
2376
                            'delete' => [
Línea 2330... Línea 2379...
2330
                                    'route' => '/delete/:id',
2379
                                    'route' => '/delete/:id',
2331
                                    'constraints' => [
2380
                                    'constraints' => [
2332
                                        'id' => '[A-Za-z0-9\-]+\=*',
2381
                                        'id' => '[A-Za-z0-9\-]+\=*',
2333
                                    ],
2382
                                    ],
2334
                                    'defaults' => [
2383
                                    'defaults' => [
2335
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2384
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2336
                                        'action' => 'delete'
2385
                                        'action' => 'delete'
2337
                                    ]
2386
                                    ]
2338
                                ]
2387
                                ]
2339
                            ],
2388
                            ],
2340
                            'self' => [
2389
                            'self' => [
Línea 2343... Línea 2392...
2343
                                    'route' => '/self/:id',
2392
                                    'route' => '/self/:id',
2344
                                    'constraints' => [
2393
                                    'constraints' => [
2345
                                        'id' => '[A-Za-z0-9\-]+\=*',
2394
                                        'id' => '[A-Za-z0-9\-]+\=*',
2346
                                    ],
2395
                                    ],
2347
                                    'defaults' => [
2396
                                    'defaults' => [
2348
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2397
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2349
                                        'action' => 'self'
2398
                                        'action' => 'self'
2350
                                    ]
2399
                                    ]
2351
                                ]
2400
                                ]
2352
                            ],
2401
                            ],
2353
                            'both' => [
2402
                            'both' => [
Línea 2356... Línea 2405...
2356
                                    'route' => '/both/:id',
2405
                                    'route' => '/both/:id',
2357
                                    'constraints' => [
2406
                                    'constraints' => [
2358
                                        'id' => '[A-Za-z0-9\-]+\=*',
2407
                                        'id' => '[A-Za-z0-9\-]+\=*',
2359
                                    ],
2408
                                    ],
2360
                                    'defaults' => [
2409
                                    'defaults' => [
2361
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2410
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2362
                                        'action' => 'both'
2411
                                        'action' => 'both'
2363
                                    ]
2412
                                    ]
2364
                                ]
2413
                                ]
2365
                            ],
2414
                            ],
2366
                            'superviser' => [
2415
                            'superviser' => [
Línea 2369... Línea 2418...
2369
                                    'route' => '/superviser/:id',
2418
                                    'route' => '/superviser/:id',
2370
                                    'constraints' => [
2419
                                    'constraints' => [
2371
                                        'id' => '[A-Za-z0-9\-]+\=*',
2420
                                        'id' => '[A-Za-z0-9\-]+\=*',
2372
                                    ],
2421
                                    ],
2373
                                    'defaults' => [
2422
                                    'defaults' => [
2374
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2423
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2375
                                        'action' => 'superviser'
2424
                                        'action' => 'superviser'
2376
                                    ]
2425
                                    ]
2377
                                ]
2426
                                ]
2378
                            ],
2427
                            ],
2379
                            'report-self' =>[
2428
                            'report-self' =>[
Línea 2382... Línea 2431...
2382
                                    'route' => '/report-self/:id',
2431
                                    'route' => '/report-self/:id',
2383
                                    'constraints' => [
2432
                                    'constraints' => [
2384
                                        'id' => '[A-Za-z0-9\-]+\=*'
2433
                                        'id' => '[A-Za-z0-9\-]+\=*'
2385
                                    ],
2434
                                    ],
2386
                                    'defaults' => [
2435
                                    'defaults' => [
2387
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2436
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2388
                                        'action' => 'reportSelf',
2437
                                        'action' => 'reportSelf',
2389
                                    ],
2438
                                    ],
2390
                                ],
2439
                                ],
2391
                            ],
2440
                            ],
2392
                            'report-both' =>[
2441
                            'report-both' =>[
Línea 2395... Línea 2444...
2395
                                    'route' => '/report-both/:id',
2444
                                    'route' => '/report-both/:id',
2396
                                    'constraints' => [
2445
                                    'constraints' => [
2397
                                        'id' => '[A-Za-z0-9\-]+\=*'
2446
                                        'id' => '[A-Za-z0-9\-]+\=*'
2398
                                    ],
2447
                                    ],
2399
                                    'defaults' => [
2448
                                    'defaults' => [
2400
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2449
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2401
                                        'action' => 'reportBoth',
2450
                                        'action' => 'reportBoth',
2402
                                    ],
2451
                                    ],
2403
                                ],
2452
                                ],
2404
                            ],
2453
                            ],
2405
                            'report-superviser' =>[
2454
                            'report-superviser' =>[
Línea 2408... Línea 2457...
2408
                                    'route' => '/report-superviser/:id',
2457
                                    'route' => '/report-superviser/:id',
2409
                                    'constraints' => [
2458
                                    'constraints' => [
2410
                                        'id' => '[A-Za-z0-9\-]+\=*'
2459
                                        'id' => '[A-Za-z0-9\-]+\=*'
2411
                                    ],
2460
                                    ],
2412
                                    'defaults' => [
2461
                                    'defaults' => [
2413
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController',
2462
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationTestController',
2414
                                        'action' => 'reportSupervisor',
2463
                                        'action' => 'reportSupervisor',
2415
                                    ],
2464
                                    ],
2416
                                ],
2465
                                ],
2417
                            ],
2466
                            ],
2418
                            'user-by-email' => [
2467
                            'user-by-email' => [
Línea 2462... Línea 2511...
2462
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
2511
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
2463
                                        'action' => 'intro'
2512
                                        'action' => 'intro'
2464
                                    ]
2513
                                    ]
2465
                                ]
2514
                                ]
2466
                            ],
2515
                            ],
-
 
2516
                            'calendar' => [
-
 
2517
                                'type' => Literal::class,
-
 
2518
                                'options' => [
-
 
2519
                                    'route' => '/calendar',
-
 
2520
                                    'defaults' => [
-
 
2521
                                        'controller' =>  '\LeadersLinked\Controller\MyPrivateNetworkController',
-
 
2522
                                        'action' => 'calendar'
-
 
2523
                                    ]
-
 
2524
                                ]
-
 
2525
                            ],
2467
                            'styles-and-colors' => [
2526
                            'styles-and-colors' => [
2468
                                'type' => Literal::class,
2527
                                'type' => Literal::class,
2469
                                'options' => [
2528
                                'options' => [
2470
                                    'route' => '/styles-and-colors',
2529
                                    'route' => '/styles-and-colors',
2471
                                    'defaults' => [
2530
                                    'defaults' => [
Línea 5986... Línea 6045...
5986
            \LeadersLinked\Controller\SurveyTestController::class => \LeadersLinked\Factory\Controller\SurveyTestControllerFactory::class,
6045
            \LeadersLinked\Controller\SurveyTestController::class => \LeadersLinked\Factory\Controller\SurveyTestControllerFactory::class,
5987
            \LeadersLinked\Controller\OrganizationalClimateController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateControllerFactory::class,
6046
            \LeadersLinked\Controller\OrganizationalClimateController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateControllerFactory::class,
5988
            \LeadersLinked\Controller\OrganizationalClimateFormController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateFormControllerFactory::class,
6047
            \LeadersLinked\Controller\OrganizationalClimateFormController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateFormControllerFactory::class,
5989
            \LeadersLinked\Controller\OrganizationalClimateReportController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateReportControllerFactory::class,
6048
            \LeadersLinked\Controller\OrganizationalClimateReportController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateReportControllerFactory::class,
5990
            \LeadersLinked\Controller\OrganizationalClimateTestController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateTestControllerFactory::class,
6049
            \LeadersLinked\Controller\OrganizationalClimateTestController::class => \LeadersLinked\Factory\Controller\OrganizationalClimateTestControllerFactory::class,
-
 
6050
            \LeadersLinked\Controller\PerformanceEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationControllerFactory::class,
5991
            \LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
6051
            \LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
-
 
6052
            \LeadersLinked\Controller\PerformanceEvaluationTestController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationTestControllerFactory::class,
5992
            \LeadersLinked\Controller\MyTrainerCategoriesController::class => \LeadersLinked\Factory\Controller\MyTrainerCategoriesControllerFactory::class,
6053
            \LeadersLinked\Controller\MyTrainerCategoriesController::class => \LeadersLinked\Factory\Controller\MyTrainerCategoriesControllerFactory::class,
5993
            \LeadersLinked\Controller\MyTrainerQuestionViewController::class => \LeadersLinked\Factory\Controller\MyTrainerQuestionViewControllerFactory::class,
6054
            \LeadersLinked\Controller\MyTrainerQuestionViewController::class => \LeadersLinked\Factory\Controller\MyTrainerQuestionViewControllerFactory::class,
5994
            \LeadersLinked\Controller\MyTrainerQuestionController::class => \LeadersLinked\Factory\Controller\MyTrainerQuestionControllerFactory::class,
6055
            \LeadersLinked\Controller\MyTrainerQuestionController::class => \LeadersLinked\Factory\Controller\MyTrainerQuestionControllerFactory::class,
5995
            \LeadersLinked\Controller\MyTrainerAnswerController::class => \LeadersLinked\Factory\Controller\MyTrainerAnswerControllerFactory::class,
6056
            \LeadersLinked\Controller\MyTrainerAnswerController::class => \LeadersLinked\Factory\Controller\MyTrainerAnswerControllerFactory::class,
5996
            \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationEvaluationControllerFactory::class,
-
 
-
 
6057
          
5997
            \LeadersLinked\Controller\MicrolearningController::class => \LeadersLinked\Factory\Controller\MicrolearningControllerFactory::class,
6058
            \LeadersLinked\Controller\MicrolearningController::class => \LeadersLinked\Factory\Controller\MicrolearningControllerFactory::class,
5998
            \LeadersLinked\Controller\MicrolearningQuizController::class => \LeadersLinked\Factory\Controller\MicrolearningQuizControllerFactory::class,
6059
            \LeadersLinked\Controller\MicrolearningQuizController::class => \LeadersLinked\Factory\Controller\MicrolearningQuizControllerFactory::class,
5999
            \LeadersLinked\Controller\MicrolearningQuestionController::class => \LeadersLinked\Factory\Controller\MicrolearningQuestionControllerFactory::class,
6060
            \LeadersLinked\Controller\MicrolearningQuestionController::class => \LeadersLinked\Factory\Controller\MicrolearningQuestionControllerFactory::class,
6000
            \LeadersLinked\Controller\MicrolearningAnswerController::class => \LeadersLinked\Factory\Controller\MicrolearningAnswerControllerFactory::class,
6061
            \LeadersLinked\Controller\MicrolearningAnswerController::class => \LeadersLinked\Factory\Controller\MicrolearningAnswerControllerFactory::class,
6001
            \LeadersLinked\Controller\MicrolearningTopicController::class => \LeadersLinked\Factory\Controller\MicrolearningTopicControllerFactory::class,
6062
            \LeadersLinked\Controller\MicrolearningTopicController::class => \LeadersLinked\Factory\Controller\MicrolearningTopicControllerFactory::class,
Línea 6010... Línea 6071...
6010
            \LeadersLinked\Controller\MicrolearningExtendUserInstitutionController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserInstitutionControllerFactory::class,
6071
            \LeadersLinked\Controller\MicrolearningExtendUserInstitutionController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserInstitutionControllerFactory::class,
6011
            \LeadersLinked\Controller\MicrolearningExtendUserPartnerController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserPartnerControllerFactory::class,
6072
            \LeadersLinked\Controller\MicrolearningExtendUserPartnerController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserPartnerControllerFactory::class,
6012
            \LeadersLinked\Controller\MicrolearningExtendUserProgramController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserProgramControllerFactory::class,
6073
            \LeadersLinked\Controller\MicrolearningExtendUserProgramController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserProgramControllerFactory::class,
6013
            \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserSectorControllerFactory::class,
6074
            \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserSectorControllerFactory::class,
6014
            \LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserStudentTypeControllerFactory::class,
6075
            \LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserStudentTypeControllerFactory::class,
-
 
6076
            \LeadersLinked\Controller\MicrolearningExtendUserCountryController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserCountryControllerFactory::class,
6015
            \LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
6077
            \LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
6016
            \LeadersLinked\Controller\StorageNetworkController::class => \LeadersLinked\Factory\Controller\StorageNetworkControllerFactory::class,
6078
            \LeadersLinked\Controller\StorageNetworkController::class => \LeadersLinked\Factory\Controller\StorageNetworkControllerFactory::class,
6017
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsControllerFactory::class,
6079
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsControllerFactory::class,
6018
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsObjectivesControllerFactory::class,
6080
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsObjectivesControllerFactory::class,
6019
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsGoalsControllerFactory::class,
6081
            \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsGoalsControllerFactory::class,
Línea 6088... Línea 6150...
6088
            '\LeadersLinked\Controller\SurveyTestController' => \LeadersLinked\Controller\SurveyTestController::class,
6150
            '\LeadersLinked\Controller\SurveyTestController' => \LeadersLinked\Controller\SurveyTestController::class,
6089
            '\LeadersLinked\Controller\OrganizationalClimateController' => \LeadersLinked\Controller\OrganizationalClimateController::class,
6151
            '\LeadersLinked\Controller\OrganizationalClimateController' => \LeadersLinked\Controller\OrganizationalClimateController::class,
6090
            '\LeadersLinked\Controller\OrganizationalClimateFormController' => \LeadersLinked\Controller\OrganizationalClimateFormController::class,
6152
            '\LeadersLinked\Controller\OrganizationalClimateFormController' => \LeadersLinked\Controller\OrganizationalClimateFormController::class,
6091
            '\LeadersLinked\Controller\OrganizationalClimateReportController' => \LeadersLinked\Controller\OrganizationalClimateReportController::class,
6153
            '\LeadersLinked\Controller\OrganizationalClimateReportController' => \LeadersLinked\Controller\OrganizationalClimateReportController::class,
6092
            '\LeadersLinked\Controller\OrganizationalClimateTestController' => \LeadersLinked\Controller\OrganizationalClimateTestController::class,
6154
            '\LeadersLinked\Controller\OrganizationalClimateTestController' => \LeadersLinked\Controller\OrganizationalClimateTestController::class,
-
 
6155
            '\LeadersLinked\Controller\PerformanceEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationController::class,
6093
            '\LeadersLinked\Controller\PerformanceEvaluationFormController' => \LeadersLinked\Controller\PerformanceEvaluationFormController::class,
6156
            '\LeadersLinked\Controller\PerformanceEvaluationFormController' => \LeadersLinked\Controller\PerformanceEvaluationFormController::class,
6094
            '\LeadersLinked\Controller\PerformanceEvaluationEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class,
6157
            '\LeadersLinked\Controller\PerformanceEvaluationTestController' => \LeadersLinked\Controller\PerformanceEvaluationTestController::class,
6095
            '\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
6158
            '\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
6096
            '\LeadersLinked\Controller\MicrolearningQuizController' => \LeadersLinked\Controller\MicrolearningQuizController::class,
6159
            '\LeadersLinked\Controller\MicrolearningQuizController' => \LeadersLinked\Controller\MicrolearningQuizController::class,
6097
            '\LeadersLinked\Controller\MicrolearningQuestionController' => \LeadersLinked\Controller\MicrolearningQuestionController::class,
6160
            '\LeadersLinked\Controller\MicrolearningQuestionController' => \LeadersLinked\Controller\MicrolearningQuestionController::class,
6098
            '\LeadersLinked\Controller\MicrolearningAnswerController' => \LeadersLinked\Controller\MicrolearningAnswerController::class,
6161
            '\LeadersLinked\Controller\MicrolearningAnswerController' => \LeadersLinked\Controller\MicrolearningAnswerController::class,
6099
            '\LeadersLinked\Controller\MicrolearningTopicController' => \LeadersLinked\Controller\MicrolearningTopicController::class,
6162
            '\LeadersLinked\Controller\MicrolearningTopicController' => \LeadersLinked\Controller\MicrolearningTopicController::class,
Línea 6108... Línea 6171...
6108
            '\LeadersLinked\Controller\MicrolearningExtendUserInstitutionController' => \LeadersLinked\Controller\MicrolearningExtendUserInstitutionController::class,
6171
            '\LeadersLinked\Controller\MicrolearningExtendUserInstitutionController' => \LeadersLinked\Controller\MicrolearningExtendUserInstitutionController::class,
6109
            '\LeadersLinked\Controller\MicrolearningExtendUserPartnerController' => \LeadersLinked\Controller\MicrolearningExtendUserPartnerController::class,
6172
            '\LeadersLinked\Controller\MicrolearningExtendUserPartnerController' => \LeadersLinked\Controller\MicrolearningExtendUserPartnerController::class,
6110
            '\LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController' => \LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class,
6173
            '\LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController' => \LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class,
6111
            '\LeadersLinked\Controller\MicrolearningExtendUserProgramController' => \LeadersLinked\Controller\MicrolearningExtendUserProgramController::class,
6174
            '\LeadersLinked\Controller\MicrolearningExtendUserProgramController' => \LeadersLinked\Controller\MicrolearningExtendUserProgramController::class,
6112
            '\LeadersLinked\Controller\MicrolearningExtendUserSectorController' => \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class,
6175
            '\LeadersLinked\Controller\MicrolearningExtendUserSectorController' => \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class,
6113
            '\LeadersLinked\Controller\MicrolearningExtendUserSectorController' => \LeadersLinked\Controller\MicrolearningExtendUserSectorController::class,
6176
            '\LeadersLinked\Controller\MicrolearningExtendUserCountryController' => \LeadersLinked\Controller\MicrolearningExtendUserCountryController::class,
6114
            '\LeadersLinked\Controller\MyTrainerCategoriesController' => \LeadersLinked\Controller\MyTrainerCategoriesController::class,
6177
            '\LeadersLinked\Controller\MyTrainerCategoriesController' => \LeadersLinked\Controller\MyTrainerCategoriesController::class,
6115
            '\LeadersLinked\Controller\MyTrainerQuestionViewController' => \LeadersLinked\Controller\MyTrainerQuestionViewController::class,
6178
            '\LeadersLinked\Controller\MyTrainerQuestionViewController' => \LeadersLinked\Controller\MyTrainerQuestionViewController::class,
6116
            '\LeadersLinked\Controller\MyTrainerQuestionController' => \LeadersLinked\Controller\MyTrainerQuestionController::class,
6179
            '\LeadersLinked\Controller\MyTrainerQuestionController' => \LeadersLinked\Controller\MyTrainerQuestionController::class,
6117
            '\LeadersLinked\Controller\MyTrainerAnswerController' => \LeadersLinked\Controller\MyTrainerAnswerController::class,
6180
            '\LeadersLinked\Controller\MyTrainerAnswerController' => \LeadersLinked\Controller\MyTrainerAnswerController::class,
6118
            '\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
6181
            '\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,