addOnHold($this); } public function getId(): ?int { return $this->id; } public function getStep(): EntityWorkflowStep { return $this->step; } public function getByUser(): User { return $this->byUser; } }