Automattic\WooCommerce\Admin\Features\Blueprint
RestApi::__construct
Constructor.
Method of the class: RestApi{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$RestApi = new RestApi(); $RestApi->__construct();
RestApi::__construct() RestApi:: construct code WC 9.9.5
public function __construct() { $this->coming_soon_helper = new ComingSoonHelper(); }