Automattic\WooCommerce\Internal\EmailEditor
Integration::__construct
Constructor.
Method of the class: Integration{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Integration = new Integration(); $Integration->__construct();
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 );
}