newName = $newName; } /** * @return string */ public function getNewName() { return $this->newName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SingleEntityRename::class, 'Google_Service_DatabaseMigrationService_SingleEntityRename');