newName = $newName; } /** * Return the new name for the table * * @return string */ public function getNewName(): string { return $this->newName; } }