player = $player; $this->oldName = $oldName; $this->newName = $newName; } public function getOldName() : string{ return $this->oldName; } public function getNewName() : string{ return $this->newName; } }