Automattic\WooCommerce\Internal\Admin\Emails

EmailListingRestController::__constructpublicWC 1.0

The constructor.

Method of the class: EmailListingRestController{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

EmailListingRestController::__construct() code WC 10.3.3

public function __construct() {
	$this->email_template_generator = new WCTransactionalEmailPostsGenerator();
}