| Línea 3453... |
Línea 3453... |
| 3453 |
'surveys' => [
|
3453 |
'surveys' => [
|
| 3454 |
'type' => Literal::class,
|
3454 |
'type' => Literal::class,
|
| 3455 |
'options' => [
|
3455 |
'options' => [
|
| 3456 |
'route' => '/surveys',
|
3456 |
'route' => '/surveys',
|
| 3457 |
'defaults' => [
|
3457 |
'defaults' => [
|
| 3458 |
'controller' => '\LeadersLinked\Controller\SurveySectionController',
|
3458 |
'controller' => '\LeadersLinked\Controller\SurveyController',
|
| 3459 |
'action' => 'index'
|
3459 |
'action' => 'index'
|
| 3460 |
]
|
3460 |
]
|
| 3461 |
],
|
3461 |
],
|
| 3462 |
'may_terminate' => true,
|
3462 |
'may_terminate' => true,
|
| 3463 |
'child_routes' => [
|
3463 |
'child_routes' => [
|
| Línea 3467... |
Línea 3467... |
| 3467 |
'route' => '/form',
|
3467 |
'route' => '/form',
|
| 3468 |
'constraints' => [
|
3468 |
'constraints' => [
|
| Línea 3469... |
Línea 3469... |
| 3469 |
|
3469 |
|
| 3470 |
],
|
3470 |
],
|
| 3471 |
'defaults' => [
|
3471 |
'defaults' => [
|
| 3472 |
'controller' => '\LeadersLinked\Controller\SurveySectionFormController',
|
3472 |
'controller' => '\LeadersLinked\Controller\SurveyFormController',
|
| 3473 |
'action' => 'index',
|
3473 |
'action' => 'index',
|
| 3474 |
'vacancy_uuid' => '',
|
3474 |
'vacancy_uuid' => '',
|
| 3475 |
],
|
3475 |
],
|
| 3476 |
],
|
3476 |
],
|
| Línea 3479... |
Línea 3479... |
| 3479 |
'add' => [
|
3479 |
'add' => [
|
| 3480 |
'type' => Segment::class,
|
3480 |
'type' => Segment::class,
|
| 3481 |
'options' => [
|
3481 |
'options' => [
|
| 3482 |
'route' => '/add',
|
3482 |
'route' => '/add',
|
| 3483 |
'defaults' => [
|
3483 |
'defaults' => [
|
| 3484 |
'controller' => '\LeadersLinked\Controller\SurveySectionFormController',
|
3484 |
'controller' => '\LeadersLinked\Controller\SurveyFormController',
|
| 3485 |
'action' => 'add'
|
3485 |
'action' => 'add'
|
| 3486 |
],
|
3486 |
],
|
| 3487 |
],
|
3487 |
],
|
| 3488 |
],
|
3488 |
],
|
| 3489 |
'edit' => [
|
3489 |
'edit' => [
|
| Línea 3492... |
Línea 3492... |
| 3492 |
'route' => '/edit/:id',
|
3492 |
'route' => '/edit/:id',
|
| 3493 |
'constraints' => [
|
3493 |
'constraints' => [
|
| 3494 |
'id' => '[A-Za-z0-9\-]+\=*'
|
3494 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 3495 |
],
|
3495 |
],
|
| 3496 |
'defaults' => [
|
3496 |
'defaults' => [
|
| 3497 |
'controller' => '\LeadersLinked\Controller\SurveySectionFormController',
|
3497 |
'controller' => '\LeadersLinked\Controller\SurveyFormController',
|
| 3498 |
'action' => 'edit'
|
3498 |
'action' => 'edit'
|
| 3499 |
]
|
3499 |
]
|
| 3500 |
]
|
3500 |
]
|
| 3501 |
],
|
3501 |
],
|
| 3502 |
'delete' => [
|
3502 |
'delete' => [
|
| Línea 3505... |
Línea 3505... |
| 3505 |
'route' => '/delete/:id',
|
3505 |
'route' => '/delete/:id',
|
| 3506 |
'constraints' => [
|
3506 |
'constraints' => [
|
| 3507 |
'id' => '[A-Za-z0-9\-]+\=*'
|
3507 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 3508 |
],
|
3508 |
],
|
| 3509 |
'defaults' => [
|
3509 |
'defaults' => [
|
| 3510 |
'controller' => '\LeadersLinked\Controller\SurveySectionFormController',
|
3510 |
'controller' => '\LeadersLinked\Controller\SurveyFormController',
|
| 3511 |
'action' => 'delete'
|
3511 |
'action' => 'delete'
|
| 3512 |
]
|
3512 |
]
|
| 3513 |
]
|
3513 |
]
|
| 3514 |
]
|
3514 |
]
|
| 3515 |
],
|
3515 |
],
|
| Línea 3593... |
Línea 3593... |
| 3593 |
\LeadersLinked\Controller\DashboardController::class => \LeadersLinked\Factory\Controller\DashboardControllerFactory::class,
|
3593 |
\LeadersLinked\Controller\DashboardController::class => \LeadersLinked\Factory\Controller\DashboardControllerFactory::class,
|
| 3594 |
\LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
|
3594 |
\LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
|
| 3595 |
\LeadersLinked\Controller\SelfEvaluationFormController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormControllerFactory::class,
|
3595 |
\LeadersLinked\Controller\SelfEvaluationFormController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormControllerFactory::class,
|
| 3596 |
\LeadersLinked\Controller\SelfEvaluationFormUserController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormUserControllerFactory::class,
|
3596 |
\LeadersLinked\Controller\SelfEvaluationFormUserController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormUserControllerFactory::class,
|
| 3597 |
\LeadersLinked\Controller\SelfEvaluationReviewController::class => \LeadersLinked\Factory\Controller\SelfEvaluationReviewControllerFactory::class,
|
3597 |
\LeadersLinked\Controller\SelfEvaluationReviewController::class => \LeadersLinked\Factory\Controller\SelfEvaluationReviewControllerFactory::class,
|
| - |
|
3598 |
\LeadersLinked\Controller\SurveyController::class => \LeadersLinked\Factory\Controller\SurveyControllerFactory::class,
|
| 3598 |
\LeadersLinked\Controller\SurveySectionController::class => \LeadersLinked\Factory\Controller\SurveySectionControllerFactory::class,
|
3599 |
\LeadersLinked\Controller\SurveyFormController::class => \LeadersLinked\Factory\Controller\SurveyFormControllerFactory::class,
|
| 3599 |
\LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
|
3600 |
\LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
|
| 3600 |
\LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationEvaluationControllerFactory::class,
|
3601 |
\LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationEvaluationControllerFactory::class,
|
| 3601 |
\LeadersLinked\Controller\MicrolearningController::class => \LeadersLinked\Factory\Controller\MicrolearningControllerFactory::class,
|
3602 |
\LeadersLinked\Controller\MicrolearningController::class => \LeadersLinked\Factory\Controller\MicrolearningControllerFactory::class,
|
| 3602 |
\LeadersLinked\Controller\MicrolearningQuizController::class => \LeadersLinked\Factory\Controller\MicrolearningQuizControllerFactory::class,
|
3603 |
\LeadersLinked\Controller\MicrolearningQuizController::class => \LeadersLinked\Factory\Controller\MicrolearningQuizControllerFactory::class,
|
| 3603 |
\LeadersLinked\Controller\MicrolearningQuestionController::class => \LeadersLinked\Factory\Controller\MicrolearningQuestionControllerFactory::class,
|
3604 |
\LeadersLinked\Controller\MicrolearningQuestionController::class => \LeadersLinked\Factory\Controller\MicrolearningQuestionControllerFactory::class,
|
| Línea 3658... |
Línea 3659... |
| 3658 |
'\LeadersLinked\Controller\DashboardController' => \LeadersLinked\Controller\DashboardController::class,
|
3659 |
'\LeadersLinked\Controller\DashboardController' => \LeadersLinked\Controller\DashboardController::class,
|
| 3659 |
'\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
|
3660 |
'\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
|
| 3660 |
'\LeadersLinked\Controller\SelfEvaluationFormController' => \LeadersLinked\Controller\SelfEvaluationFormController::class,
|
3661 |
'\LeadersLinked\Controller\SelfEvaluationFormController' => \LeadersLinked\Controller\SelfEvaluationFormController::class,
|
| 3661 |
'\LeadersLinked\Controller\SelfEvaluationFormUserController' => \LeadersLinked\Controller\SelfEvaluationFormUserController::class,
|
3662 |
'\LeadersLinked\Controller\SelfEvaluationFormUserController' => \LeadersLinked\Controller\SelfEvaluationFormUserController::class,
|
| 3662 |
'\LeadersLinked\Controller\SelfEvaluationReviewController' => \LeadersLinked\Controller\SelfEvaluationReviewController::class,
|
3663 |
'\LeadersLinked\Controller\SelfEvaluationReviewController' => \LeadersLinked\Controller\SelfEvaluationReviewController::class,
|
| - |
|
3664 |
'\LeadersLinked\Controller\SurveyController' => \LeadersLinked\Controller\SurveyController::class,
|
| 3663 |
'\LeadersLinked\Controller\SurveySectionController' => \LEadersLinked\Controller\SurveySectionController::class,
|
3665 |
'\LeadersLinked\Controller\SurveyFormController' => \LeadersLinked\Controller\SurveyFormController::class,
|
| 3664 |
'\LeadersLinked\Controller\PerformanceEvaluationFormController' => \LeadersLinked\Controller\PerformanceEvaluationFormController::class,
|
3666 |
'\LeadersLinked\Controller\PerformanceEvaluationFormController' => \LeadersLinked\Controller\PerformanceEvaluationFormController::class,
|
| 3665 |
'\LeadersLinked\Controller\PerformanceEvaluationEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class,
|
3667 |
'\LeadersLinked\Controller\PerformanceEvaluationEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class,
|
| 3666 |
'\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
|
3668 |
'\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
|
| 3667 |
'\LeadersLinked\Controller\MicrolearningQuizController' => \LeadersLinked\Controller\MicrolearningQuizController::class,
|
3669 |
'\LeadersLinked\Controller\MicrolearningQuizController' => \LeadersLinked\Controller\MicrolearningQuizController::class,
|
| 3668 |
'\LeadersLinked\Controller\MicrolearningQuestionController' => \LeadersLinked\Controller\MicrolearningQuestionController::class,
|
3670 |
'\LeadersLinked\Controller\MicrolearningQuestionController' => \LeadersLinked\Controller\MicrolearningQuestionController::class,
|