oldType = $oldType; $this->oldMethod = $oldMethod; $this->serviceType = $serviceType; } public function getOldType(): string { return $this->oldType; } public function getOldMethod(): string { return $this->oldMethod; } public function getServiceType(): string { return $this->serviceType; } }