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