WC_WCCOM_Site_Installation_State::__construct()
Constructor.
Method of the class: WC_WCCOM_Site_Installation_State{}
No Hooks.
Return
null
. Nothing (null).
Usage
// protected - for code of main (parent) or child class $result = $this->__construct( $product_id );
- $product_id(string) (required)
- The product ID.
WC_WCCOM_Site_Installation_State::__construct() WC WCCOM Site Installation State:: construct code WC 9.4.2
protected function __construct( $product_id ) { $this->product_id = $product_id; }