step = $step; $this->parents = $parents; } public function getStep(): Step { return $this->step; } /** @return Step[] */ public function getParents(): array { return $this->parents; } }