Abstract_Meetings::__construct( TribeEventsVirtualMeetingsWebexApi $api, TribeEventsVirtualMeetingsWebexClassic_Editor $classic_editor )

Meetings constructor.


Parameters

$api

(TribeEventsVirtualMeetingsWebexApi) (Required) An instance of the Webex API handler.

$classic_editor

(TribeEventsVirtualMeetingsWebexClassic_Editor) (Required) An instance of the Classic Editor rendering handler.


Top ↑

Source

File: src/Tribe/Meetings/Webex/Abstract_Meetings.php

	public function __construct( Api $api, Classic_Editor $classic_editor) {
		$this->api            = $api;
		$this->classic_editor = $classic_editor;
	}

Top ↑

Changelog

Changelog
Version Description
1.9.0 Introduced.