Automattic\WooCommerce\Internal\EmailEditor

Integration::__constructpublicWC 1.0

Constructor.

Method of the class: Integration{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Integration = new Integration();
$Integration->__construct();

Integration::__construct() code WC 10.5.0

public function __construct() {
	$editor_container       = Email_Editor_Container::container();
	$this->dependency_check = $editor_container->get( Dependency_Check::class );
}