Loading code/test6.php +11 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,14 @@ * @var $container \Psr\Container\ContainerInterface * @var $io \Symfony\Component\Console\Style\SymfonyStyle */ $sw = $container->get(\Workflow\Service\WorkflowService::class); // GARDIE Melanie 2024/2025 $intervenant = $container->get(\Intervenant\Service\IntervenantService::class)->get(1063992); $fdr = $sw->getFeuilleDeRoute($intervenant); $etapes = $fdr->getEtapes(); dd($etapes); No newline at end of file code/test7.php +5 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,8 @@ * @var $container \Psr\Container\ContainerInterface * @var $io \Symfony\Component\Console\Style\SymfonyStyle */ $wp = $container->get(\Workflow\Tbl\Process\WorkflowProcess::class); $wp->test(); Loading
code/test6.php +11 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,14 @@ * @var $container \Psr\Container\ContainerInterface * @var $io \Symfony\Component\Console\Style\SymfonyStyle */ $sw = $container->get(\Workflow\Service\WorkflowService::class); // GARDIE Melanie 2024/2025 $intervenant = $container->get(\Intervenant\Service\IntervenantService::class)->get(1063992); $fdr = $sw->getFeuilleDeRoute($intervenant); $etapes = $fdr->getEtapes(); dd($etapes); No newline at end of file
code/test7.php +5 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,8 @@ * @var $container \Psr\Container\ContainerInterface * @var $io \Symfony\Component\Console\Style\SymfonyStyle */ $wp = $container->get(\Workflow\Tbl\Process\WorkflowProcess::class); $wp->test();