File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/interface-installaton-step.php.tar
woocommerce/includes/wccom-site/installation/installation-steps/interface-installaton-step.php 0000644 00000000575 15155616410 0043133 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins <?php
/**
* Interface for installation steps.
*
* @package WooCommerce\WCCom
* @since 7.7.0
*/
defined( 'ABSPATH' ) || exit;
interface WC_WCCOM_Site_Installation_Step {
/**
* Constructor.
*
* @param array $state The current installation state.
*/
public function __construct( $state );
/**
* Run the step installation process.
*/
public function run();
}