type = $type; $this->oldProperty = $oldProperty; $this->newProperty = $newProperty; } public function getObjectType(): ObjectType { return new ObjectType($this->type); } public function getOldProperty(): string { return $this->oldProperty; } public function getNewProperty(): string { return $this->newProperty; } }