You are here

public function MeetingInterface::setSessionKey in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::setSessionKey()

Sets the entity's Moxtra session key.

Parameters

string $key: The Moxtra session key.

Return value

$this

1 method overrides MeetingInterface::setSessionKey()
Meeting::setSessionKey in src/Entity/Meeting.php
Sets the entity's Moxtra session key.

File

src/MeetingInterface.php, line 68

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function setSessionKey($key);