19 declare(strict_types=1);
48 foreach ($roots as $root) {
58 foreach ($roots as $root) {
68 foreach ($roots as $root) {
78 $navigator = $this->navigator_factory->navigator(
79 $condition_path = $this->path_conditions_collection->getConditionPathByStepName($step->
name()),
82 while (!is_null($navigator)) {
83 if (!$navigator->hasElements()) {
86 $navigator = $navigator->nextStep();