You are here

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

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

Sets the entity's Moxtra binder ID.

Parameters

string $id: The Moxtra binder ID.

Return value

$this

1 method overrides MeetingInterface::setBinderId()
Meeting::setBinderId in src/Entity/Meeting.php
Sets the entity's Moxtra binder ID.

File

src/MeetingInterface.php, line 49

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function setBinderId($id);