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