WC_WCCOM_Site_Installation_Step_Get_Product_Info::__construct()
Constructor.
Метод класса: WC_WCCOM_Site_Installation_Step_Get_Product_Info{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$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(массив) (обязательный)
- The current installation state.
Код WC_WCCOM_Site_Installation_Step_Get_Product_Info::__construct() WC WCCOM Site Installation Step Get Product Info:: construct WC 9.8.1
public function __construct( $state ) { $this->state = $state; }