WC_WCCOM_Site_Installation_Step_Activate_Product::__construct()publicWC 1.0

Constructor.

Method of the class: WC_WCCOM_Site_Installation_Step_Activate_Product{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_WCCOM_Site_Installation_Step_Activate_Product = new WC_WCCOM_Site_Installation_Step_Activate_Product();
$WC_WCCOM_Site_Installation_Step_Activate_Product->__construct( $state );
$state(array) (required)
The current installation state.

WC_WCCOM_Site_Installation_Step_Activate_Product::__construct() code WC 8.6.1

public function __construct( $state ) {
	$this->state = $state;
}