Email::__construct( TribeEventsVirtualTemplate $template )

Constructor.


Parameters

$template

(TribeEventsVirtualTemplate) (Required) An instance of the front-end template rendering handler.


Top ↑

Source

File: src/Tribe/Compatibility/Event_Tickets/Email.php

	public function __construct( Template $template ) {
		$this->template = $template;
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.