Single_Events::__construct( TribeEventsViewsV2iCalendarTemplate $template )

iCalendar_Handler Modification constructor.


Parameters

$template

(TribeEventsViewsV2iCalendarTemplate) (Required) An instance of the plugin template handler.


Top ↑

Source

File: src/Tribe/Views/V2/iCalendar/Single_Events.php

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

Top ↑

Changelog

Changelog
Version Description
5.16.0 Introduced.