WC_WCCOM_Site_Installation_Step_Get_Product_Info::__construct()publicWC 1.0

Constructor.

Method of the class: WC_WCCOM_Site_Installation_Step_Get_Product_Info{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WC_WCCOM_Site_Installation_Step_Get_Product_Info::__construct() code WC 9.4.2

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