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