Automattic\WooCommerce\Internal\Admin\Emails
EmailListingRestController::__construct
The constructor.
Method of the class: EmailListingRestController{}
No Hooks.
Returns
null. Nothing (null).
Usage
$EmailListingRestController = new EmailListingRestController(); $EmailListingRestController->__construct();
EmailListingRestController::__construct() EmailListingRestController:: construct code WC 10.3.3
public function __construct() {
$this->email_template_generator = new WCTransactionalEmailPostsGenerator();
}