Classic_Editor::__construct( TribeEventsVirtualMeetingsZoomUrl $url, TribeEventsVirtualMeetingsZoomApi $api, TribeEventsVirtualAdmin_Template $template )

Classic_Editor constructor.


Parameters

$url

(TribeEventsVirtualMeetingsZoomUrl) (Required) The URLs handler for the integration.

$api

(TribeEventsVirtualMeetingsZoomApi) (Required) An instance of the Zoom API handler.

$template

(TribeEventsVirtualAdmin_Template) (Required) An instance of the Template class to handle the rendering of admin views.


Top ↑

Source

File: src/Tribe/Meetings/Zoom/Classic_Editor.php

	public function __construct( Url $url, Api $api, Admin_Template $template ) {
		$this->url = $url;
		$this->api = $api;
		$this->template = $template;
	}