?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/mariage-reunion-refonte/wp-content/plugins/backwpup/inc/Settings/
Upload File :
Current File : /home/rankinh/mariage-reunion-refonte/wp-content/plugins/backwpup/inc/Settings/SettingUpdatable.php

<?php
/**
 * Settings updater interface.
 */

namespace Inpsyde\BackWPup\Settings;

/**
 * Class SettingsUpdatable.
 */
interface SettingUpdatable {

	/**
	 * Update settings from the request payload.
	 *
	 * @return array|void
	 */
	public function update();

	/**
	 * Reset stored settings to defaults.
	 *
	 * @return void
	 */
	public function reset();
}