| Línea 3014... |
Línea 3014... |
| 3014 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
|
3014 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
|
| 3015 |
'action' => 'delete'
|
3015 |
'action' => 'delete'
|
| 3016 |
]
|
3016 |
]
|
| 3017 |
]
|
3017 |
]
|
| 3018 |
],
|
3018 |
],
|
| - |
|
3019 |
'task' => [
|
| - |
|
3020 |
'type' => Segment::class,
|
| - |
|
3021 |
'options' => [
|
| - |
|
3022 |
'route' => '/:uuid_objective/task',
|
| - |
|
3023 |
'constraints' => [
|
| - |
|
3024 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| - |
|
3025 |
],
|
| - |
|
3026 |
'defaults' => [
|
| - |
|
3027 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
|
| - |
|
3028 |
'action' => 'index'
|
| - |
|
3029 |
]
|
| - |
|
3030 |
],
|
| - |
|
3031 |
|
| - |
|
3032 |
'may_terminate' => true,
|
| - |
|
3033 |
'child_routes' => [
|
| - |
|
3034 |
'add' => [
|
| - |
|
3035 |
'type' => Literal::class,
|
| - |
|
3036 |
'options' => [
|
| - |
|
3037 |
'route' => '/add',
|
| - |
|
3038 |
'defaults' => [
|
| - |
|
3039 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
|
| - |
|
3040 |
'action' => 'add'
|
| - |
|
3041 |
]
|
| - |
|
3042 |
]
|
| - |
|
3043 |
],
|
| - |
|
3044 |
'edit' => [
|
| - |
|
3045 |
'type' => Segment::class,
|
| - |
|
3046 |
'options' => [
|
| - |
|
3047 |
'route' => '/edit/:id',
|
| - |
|
3048 |
'constraints' => [
|
| - |
|
3049 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| - |
|
3050 |
],
|
| - |
|
3051 |
'defaults' => [
|
| - |
|
3052 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
|
| - |
|
3053 |
'action' => 'edit'
|
| - |
|
3054 |
]
|
| - |
|
3055 |
]
|
| - |
|
3056 |
],
|
| - |
|
3057 |
'delete' => [
|
| - |
|
3058 |
'type' => Segment::class,
|
| - |
|
3059 |
'options' => [
|
| - |
|
3060 |
'route' => '/delete/:id',
|
| - |
|
3061 |
'constraints' => [
|
| - |
|
3062 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| - |
|
3063 |
],
|
| - |
|
3064 |
'defaults' => [
|
| - |
|
3065 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
|
| - |
|
3066 |
'action' => 'delete'
|
| - |
|
3067 |
]
|
| - |
|
3068 |
]
|
| - |
|
3069 |
],
|
| - |
|
3070 |
]
|
| - |
|
3071 |
],
|
| 3019 |
]
|
3072 |
]
|
| 3020 |
],
|
3073 |
],
|
| 3021 |
]
|
3074 |
]
|
| 3022 |
]
|
3075 |
]
|
| Línea 3471... |
Línea 3524... |
| 3471 |
\LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserStudentTypeControllerFactory::class,
|
3524 |
\LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserStudentTypeControllerFactory::class,
|
| 3472 |
\LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
|
3525 |
\LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
|
| 3473 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsControllerFactory::class,
|
3526 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsControllerFactory::class,
|
| 3474 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsObjectivesControllerFactory::class,
|
3527 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsObjectivesControllerFactory::class,
|
| 3475 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsGoalsControllerFactory::class,
|
3528 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsGoalsControllerFactory::class,
|
| - |
|
3529 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsTaskControllerFactory::class,
|
| Línea 3476... |
Línea 3530... |
| 3476 |
|
3530 |
|
| Línea 3534... |
Línea 3588... |
| 3534 |
'\LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController' => \LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class,
|
3588 |
'\LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController' => \LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class,
|
| 3535 |
'\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
|
3589 |
'\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
|
| 3536 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class,
|
3590 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class,
|
| 3537 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class,
|
3591 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class,
|
| Línea -... |
Línea 3592... |
| - |
|
3592 |
|
| - |
|
3593 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController::class,
|
| 3538 |
|
3594 |
|
| 3539 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class,
|
3595 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class,
|
| 3540 |
'\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
|
3596 |
'\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
|
| 3541 |
'\LeadersLinked\Controller\UnknownController' => \LeadersLinked\Controller\UnknownController::class,
|
3597 |
'\LeadersLinked\Controller\UnknownController' => \LeadersLinked\Controller\UnknownController::class,
|
| 3542 |
]
|
3598 |
]
|