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