public function MeetingResultInterface::setMeetingId in Opigno Moxtra 8
Same name and namespace in other branches
- 3.x src/MeetingResultInterface.php \Drupal\opigno_moxtra\MeetingResultInterface::setMeetingId()
Sets the meeting ID.
Parameters
int $id: The meeting id.
Return value
$this
1 method overrides MeetingResultInterface::setMeetingId()
- MeetingResult::setMeetingId in src/
Entity/ MeetingResult.php - Sets the meeting ID.
File
- src/
MeetingResultInterface.php, line 48
Class
- MeetingResultInterface
- Provides an interface defining a Meeting Result entity.
Namespace
Drupal\opigno_moxtraCode
public function setMeetingId($id);