Template_Modifications::__construct( $admin_template,  $url )

Template_Modifications constructor.


Parameters

$template

(TECEvent_AutomatorTemplatesAdmin_Template) (Required) An instance of the backend template handler.

$Url

(TECEvent_AutomatorZapierUrl) (Required) An instance of the URl handler.


Top ↑

Source

File: src/Event_Automator/Zapier/Template_Modifications.php

	public function __construct( Admin_Template $admin_template, Url $url ) {
		$this->admin_template = $admin_template;
		$this->url            = $url;
		self::$api_id         = 'zapier';
		self::$option_prefix  = Settings::$option_prefix;
	}

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.