| Línea 3548... |
Línea 3548... |
| 3548 |
]
|
3548 |
]
|
| 3549 |
]
|
3549 |
]
|
| 3550 |
]
|
3550 |
]
|
| 3551 |
],
|
3551 |
],
|
| 3552 |
],
|
3552 |
],
|
| - |
|
3553 |
'test' => [
|
| - |
|
3554 |
'type' => Segment::class,
|
| - |
|
3555 |
'options' => [
|
| - |
|
3556 |
'route' => '/test',
|
| - |
|
3557 |
'defaults' => [
|
| - |
|
3558 |
'controller' => '\LeadersLinked\Controller\SurveyTestController',
|
| - |
|
3559 |
'action' => 'index',
|
| - |
|
3560 |
],
|
| - |
|
3561 |
],
|
| - |
|
3562 |
'may_terminate' => true,
|
| - |
|
3563 |
'child_routes' => [
|
| - |
|
3564 |
'add' => [
|
| - |
|
3565 |
'type' => Segment::class,
|
| - |
|
3566 |
'options' => [
|
| - |
|
3567 |
'route' => '/add',
|
| - |
|
3568 |
'defaults' => [
|
| - |
|
3569 |
'controller' => '\LeadersLinked\Controller\SurveyTestController',
|
| - |
|
3570 |
'action' => 'add'
|
| - |
|
3571 |
],
|
| - |
|
3572 |
],
|
| - |
|
3573 |
],
|
| - |
|
3574 |
'edit' => [
|
| - |
|
3575 |
'type' => Segment::class,
|
| - |
|
3576 |
'options' => [
|
| - |
|
3577 |
'route' => '/edit/:id',
|
| - |
|
3578 |
'constraints' => [
|
| - |
|
3579 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| - |
|
3580 |
],
|
| - |
|
3581 |
'defaults' => [
|
| - |
|
3582 |
'controller' => '\LeadersLinked\Controller\SurveyTestController',
|
| - |
|
3583 |
'action' => 'edit'
|
| - |
|
3584 |
]
|
| - |
|
3585 |
]
|
| - |
|
3586 |
],
|
| - |
|
3587 |
'delete' => [
|
| - |
|
3588 |
'type' => Segment::class,
|
| - |
|
3589 |
'options' => [
|
| - |
|
3590 |
'route' => '/delete/:id',
|
| - |
|
3591 |
'constraints' => [
|
| - |
|
3592 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| - |
|
3593 |
],
|
| - |
|
3594 |
'defaults' => [
|
| - |
|
3595 |
'controller' => '\LeadersLinked\Controller\SurveyTestController',
|
| - |
|
3596 |
'action' => 'delete'
|
| - |
|
3597 |
]
|
| - |
|
3598 |
]
|
| - |
|
3599 |
]
|
| - |
|
3600 |
],
|
| - |
|
3601 |
],
|
| 3553 |
]
|
3602 |
]
|
| 3554 |
],
|
3603 |
],
|
| Línea 3555... |
Línea 3604... |
| 3555 |
|
3604 |
|
| 3556 |
'building-my-future' => [
|
3605 |
'building-my-future' => [
|
| Línea 4052... |
Línea 4101... |
| 4052 |
\LeadersLinked\Controller\SelfEvaluationFormController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormControllerFactory::class,
|
4101 |
\LeadersLinked\Controller\SelfEvaluationFormController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormControllerFactory::class,
|
| 4053 |
\LeadersLinked\Controller\SelfEvaluationFormUserController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormUserControllerFactory::class,
|
4102 |
\LeadersLinked\Controller\SelfEvaluationFormUserController::class => \LeadersLinked\Factory\Controller\SelfEvaluationFormUserControllerFactory::class,
|
| 4054 |
\LeadersLinked\Controller\SelfEvaluationReviewController::class => \LeadersLinked\Factory\Controller\SelfEvaluationReviewControllerFactory::class,
|
4103 |
\LeadersLinked\Controller\SelfEvaluationReviewController::class => \LeadersLinked\Factory\Controller\SelfEvaluationReviewControllerFactory::class,
|
| 4055 |
\LeadersLinked\Controller\SurveyController::class => \LeadersLinked\Factory\Controller\SurveyControllerFactory::class,
|
4104 |
\LeadersLinked\Controller\SurveyController::class => \LeadersLinked\Factory\Controller\SurveyControllerFactory::class,
|
| 4056 |
\LeadersLinked\Controller\SurveyFormController::class => \LeadersLinked\Factory\Controller\SurveyFormControllerFactory::class,
|
4105 |
\LeadersLinked\Controller\SurveyFormController::class => \LeadersLinked\Factory\Controller\SurveyFormControllerFactory::class,
|
| - |
|
4106 |
\LeadersLinked\Controller\SurveyTestController::class => \LeadersLinked\Factory\Controller\SurveyTestControllerFactory::class,
|
| 4057 |
\LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
|
4107 |
\LeadersLinked\Controller\PerformanceEvaluationFormController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationFormControllerFactory::class,
|
| 4058 |
\LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationEvaluationControllerFactory::class,
|
4108 |
\LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationEvaluationControllerFactory::class,
|
| 4059 |
\LeadersLinked\Controller\MicrolearningController::class => \LeadersLinked\Factory\Controller\MicrolearningControllerFactory::class,
|
4109 |
\LeadersLinked\Controller\MicrolearningController::class => \LeadersLinked\Factory\Controller\MicrolearningControllerFactory::class,
|
| 4060 |
\LeadersLinked\Controller\MicrolearningQuizController::class => \LeadersLinked\Factory\Controller\MicrolearningQuizControllerFactory::class,
|
4110 |
\LeadersLinked\Controller\MicrolearningQuizController::class => \LeadersLinked\Factory\Controller\MicrolearningQuizControllerFactory::class,
|
| 4061 |
\LeadersLinked\Controller\MicrolearningQuestionController::class => \LeadersLinked\Factory\Controller\MicrolearningQuestionControllerFactory::class,
|
4111 |
\LeadersLinked\Controller\MicrolearningQuestionController::class => \LeadersLinked\Factory\Controller\MicrolearningQuestionControllerFactory::class,
|
| Línea 4121... |
Línea 4171... |
| 4121 |
'\LeadersLinked\Controller\SelfEvaluationFormController' => \LeadersLinked\Controller\SelfEvaluationFormController::class,
|
4171 |
'\LeadersLinked\Controller\SelfEvaluationFormController' => \LeadersLinked\Controller\SelfEvaluationFormController::class,
|
| 4122 |
'\LeadersLinked\Controller\SelfEvaluationFormUserController' => \LeadersLinked\Controller\SelfEvaluationFormUserController::class,
|
4172 |
'\LeadersLinked\Controller\SelfEvaluationFormUserController' => \LeadersLinked\Controller\SelfEvaluationFormUserController::class,
|
| 4123 |
'\LeadersLinked\Controller\SelfEvaluationReviewController' => \LeadersLinked\Controller\SelfEvaluationReviewController::class,
|
4173 |
'\LeadersLinked\Controller\SelfEvaluationReviewController' => \LeadersLinked\Controller\SelfEvaluationReviewController::class,
|
| 4124 |
'\LeadersLinked\Controller\SurveyController' => \LeadersLinked\Controller\SurveyController::class,
|
4174 |
'\LeadersLinked\Controller\SurveyController' => \LeadersLinked\Controller\SurveyController::class,
|
| 4125 |
'\LeadersLinked\Controller\SurveyFormController' => \LeadersLinked\Controller\SurveyFormController::class,
|
4175 |
'\LeadersLinked\Controller\SurveyFormController' => \LeadersLinked\Controller\SurveyFormController::class,
|
| - |
|
4176 |
'\LeadersLinked\Controller\SurveyTestController' => \LeadersLinked\Controller\SurveyTestController::class,
|
| 4126 |
'\LeadersLinked\Controller\PerformanceEvaluationFormController' => \LeadersLinked\Controller\PerformanceEvaluationFormController::class,
|
4177 |
'\LeadersLinked\Controller\PerformanceEvaluationFormController' => \LeadersLinked\Controller\PerformanceEvaluationFormController::class,
|
| 4127 |
'\LeadersLinked\Controller\PerformanceEvaluationEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class,
|
4178 |
'\LeadersLinked\Controller\PerformanceEvaluationEvaluationController' => \LeadersLinked\Controller\PerformanceEvaluationEvaluationController::class,
|
| 4128 |
'\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
|
4179 |
'\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
|
| 4129 |
'\LeadersLinked\Controller\MicrolearningQuizController' => \LeadersLinked\Controller\MicrolearningQuizController::class,
|
4180 |
'\LeadersLinked\Controller\MicrolearningQuizController' => \LeadersLinked\Controller\MicrolearningQuizController::class,
|
| 4130 |
'\LeadersLinked\Controller\MicrolearningQuestionController' => \LeadersLinked\Controller\MicrolearningQuestionController::class,
|
4181 |
'\LeadersLinked\Controller\MicrolearningQuestionController' => \LeadersLinked\Controller\MicrolearningQuestionController::class,
|