Automattic\WooCommerce\Internal\EmailEditor

Integration::__construct()publicWC 1.0

Constructor.

Method of the class: Integration{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Integration::__construct() code WC 9.8.1

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