Updated_Events::__construct( TECEvent_AutomatorZapierApi $api, TECEvent_AutomatorZapierRESTV1DocumentationSwagger_Documentation $documentation, TECEvent_AutomatorZapierTriggersUpdated_Events $trigger )

Abstract_REST_Endpoint constructor.


Parameters

$api

(TECEvent_AutomatorZapierApi) (Required) An instance of the Zapier API handler.

$documentation

(TECEvent_AutomatorZapierRESTV1DocumentationSwagger_Documentation) (Required) An instance of the Zapier Swagger_Documentation handler.

$trigger

(TECEvent_AutomatorZapierTriggersUpdated_Events) (Required) The trigger accessed with this endpoint.


Top ↑

Source

File: src/Common/Event_Automator/Zapier/REST/V1/Endpoints/Updated_Events.php

	public function __construct( Api $api, Swagger_Documentation $documentation, Trigger_Updated_Events $trigger ) {
		parent::__construct( $api, $documentation );
		$this->trigger = $trigger;
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.