Email::__construct( TribeEventsVirtualTemplate $template )
Constructor.
Contents
Parameters
- $template
-
(TribeEventsVirtualTemplate) (Required) An instance of the front-end template rendering handler.
Source
File: src/Tribe/Compatibility/Event_Tickets/Email.php
public function __construct( Template $template ) {
$this->template = $template;
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |