public function MeetingInterface::setSessionKey in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x 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_moxtraCode
public function setSessionKey($key);