WC_WCCOM_Site_Installation_Step_Unpack_Product::__construct()
Constructor.
Method of the class: WC_WCCOM_Site_Installation_Step_Unpack_Product{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WC_WCCOM_Site_Installation_Step_Unpack_Product = new WC_WCCOM_Site_Installation_Step_Unpack_Product(); $WC_WCCOM_Site_Installation_Step_Unpack_Product->__construct( $state );
- $state(array) (required)
- The current installation state.
WC_WCCOM_Site_Installation_Step_Unpack_Product::__construct() WC WCCOM Site Installation Step Unpack Product:: construct code WC 9.5.1
public function __construct( $state ) { $this->state = $state; }