oldClass = $oldClass; $this->oldConstant = $oldConstant; $this->newConstant = $newConstant; } public function getOldClass(): string { return $this->oldClass; } public function getOldConstant(): string { return $this->oldConstant; } public function getNewConstant(): string { return $this->newConstant; } }