Línea 4551... |
Línea 4551... |
4551 |
],
|
4551 |
],
|
4552 |
'may_terminate' => true,
|
4552 |
'may_terminate' => true,
|
4553 |
'child_routes' => []
|
4553 |
'child_routes' => []
|
4554 |
],
|
4554 |
],
|
Línea 4555... |
Línea -... |
4555 |
|
- |
|
- |
|
4555 |
|
4556 |
//Anderson routes
|
4556 |
|
4557 |
'progress-by-day' => [
|
4557 |
'progress-by-day' => [
|
4558 |
'type' => Literal::class, // exact match of URI path
|
4558 |
'type' => Literal::class,
|
4559 |
'options' => [
|
4559 |
'options' => [
|
4560 |
'route' => '/progress-by-day', // URI path
|
4560 |
'route' => '/progress-by-day',
|
4561 |
'defaults' => [
|
4561 |
'defaults' => [
|
4562 |
'controller' => '\LeadersLinked\Controller\DiscoveryContactProgressController', // unique name
|
4562 |
'controller' => '\LeadersLinked\Controller\DiscoveryContactProgressController',
|
4563 |
'action' => 'index',
|
4563 |
'action' => 'index',
|
4564 |
],
|
4564 |
],
|
- |
|
4565 |
],
|
- |
|
4566 |
'may_terminate' => true,
|
- |
|
4567 |
'child_routes' => [
|
- |
|
4568 |
'download' => [
|
- |
|
4569 |
'type' => Literal::class,
|
- |
|
4570 |
'options' => [
|
- |
|
4571 |
'route' => '/download',
|
- |
|
4572 |
'defaults' => [
|
- |
|
4573 |
'controller' => '\LeadersLinked\Controller\DiscoveryContactProgressController',
|
- |
|
4574 |
'action' => 'download',
|
- |
|
4575 |
],
|
- |
|
4576 |
],
|
- |
|
4577 |
],
|
- |
|
4578 |
]
|
- |
|
4579 |
],
|
- |
|
4580 |
|
- |
|
4581 |
'report' => [
|
- |
|
4582 |
'type' => Literal::class,
|
- |
|
4583 |
'options' => [
|
- |
|
4584 |
'route' => '/report',
|
- |
|
4585 |
'defaults' => [
|
- |
|
4586 |
'controller' => '\LeadersLinked\Controller\DiscoveryContactReportController',
|
- |
|
4587 |
'action' => 'index',
|
- |
|
4588 |
],
|
- |
|
4589 |
],
|
- |
|
4590 |
'may_terminate' => true,
|
- |
|
4591 |
'child_routes' => [
|
- |
|
4592 |
'download' => [
|
- |
|
4593 |
'type' => Literal::class,
|
- |
|
4594 |
'options' => [
|
- |
|
4595 |
'route' => '/download',
|
- |
|
4596 |
'defaults' => [
|
- |
|
4597 |
'controller' => '\LeadersLinked\Controller\DiscoveryContactReportController',
|
- |
|
4598 |
'action' => 'download',
|
- |
|
4599 |
],
|
- |
|
4600 |
],
|
- |
|
4601 |
],
|
4565 |
],
|
4602 |
]
|
- |
|
4603 |
],
|
Línea 4566... |
Línea 4604... |
4566 |
],
|
4604 |
|
4567 |
|
4605 |
|
Línea 6923... |
Línea 6961... |
6923 |
\LeadersLinked\Controller\DiscoveryContactController::class => \LeadersLinked\Factory\Controller\DiscoveryContactControllerFactory::class,
|
6961 |
\LeadersLinked\Controller\DiscoveryContactController::class => \LeadersLinked\Factory\Controller\DiscoveryContactControllerFactory::class,
|
6924 |
\LeadersLinked\Controller\DiscoveryContactLogController::class => \LeadersLinked\Factory\Controller\DiscoveryContactLogControllerFactory::class,
|
6962 |
\LeadersLinked\Controller\DiscoveryContactLogController::class => \LeadersLinked\Factory\Controller\DiscoveryContactLogControllerFactory::class,
|
6925 |
\LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
|
6963 |
\LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionTypeControllerFactory::class,
|
6926 |
\LeadersLinked\Controller\DiscoveryContactInteractionController::class => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
|
6964 |
\LeadersLinked\Controller\DiscoveryContactInteractionController::class => \LeadersLinked\Factory\Controller\DiscoveryContactInteractionControllerFactory::class,
|
6927 |
\LeadersLinked\Controller\DiscoveryContactProgressController::class => \LeadersLinked\Factory\Controller\DiscoveryContactProgressControllerFactory::class,
|
6965 |
\LeadersLinked\Controller\DiscoveryContactProgressController::class => \LeadersLinked\Factory\Controller\DiscoveryContactProgressControllerFactory::class,
|
- |
|
6966 |
\LeadersLinked\Controller\DiscoveryContactReportController::class => \LeadersLinked\Factory\Controller\DiscoveryContactReportControllerFactory::class,
|
Línea 6928... |
Línea 6967... |
6928 |
|
6967 |
|
6929 |
|
6968 |
|
6930 |
\LeadersLinked\Controller\ActivityCenterController::Class => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
|
6969 |
\LeadersLinked\Controller\ActivityCenterController::Class => \LeadersLinked\Factory\Controller\ActivityCenterControllerFactory::class,
|
Línea 7060... |
Línea 7099... |
7060 |
'\LeadersLinked\Controller\DiscoveryContactController' => \LeadersLinked\Controller\DiscoveryContactController::class,
|
7099 |
'\LeadersLinked\Controller\DiscoveryContactController' => \LeadersLinked\Controller\DiscoveryContactController::class,
|
7061 |
'\LeadersLinked\Controller\DiscoveryContactLogController' => \LeadersLinked\Controller\DiscoveryContactLogController::class,
|
7100 |
'\LeadersLinked\Controller\DiscoveryContactLogController' => \LeadersLinked\Controller\DiscoveryContactLogController::class,
|
7062 |
'\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
|
7101 |
'\LeadersLinked\Controller\DiscoveryContactInteractionTypeController' => \LeadersLinked\Controller\DiscoveryContactInteractionTypeController::class,
|
7063 |
'\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
|
7102 |
'\LeadersLinked\Controller\DiscoveryContactInteractionController' => \LeadersLinked\Controller\DiscoveryContactInteractionController::class,
|
7064 |
'\LeadersLinked\Controller\DiscoveryContactProgressController' => \LeadersLinked\Controller\DiscoveryContactProgressController::class,
|
7103 |
'\LeadersLinked\Controller\DiscoveryContactProgressController' => \LeadersLinked\Controller\DiscoveryContactProgressController::class,
|
- |
|
7104 |
'\LeadersLinked\Controller\DiscoveryContactReportController' => \LeadersLinked\Controller\DiscoveryContactReportController::class,
|
Línea 7065... |
Línea 7105... |
7065 |
|
7105 |
|
7066 |
'\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
|
7106 |
'\LeadersLinked\Controller\ActivityCenterController' => \LeadersLinked\Controller\ActivityCenterController::class,
|
7067 |
'\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
|
7107 |
'\LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController' => \LeadersLinked\Controller\ActivityCenterPerformanceEvaluationController::class,
|