public function MeetingInterface::setMembersIds in Opigno Moxtra 3.x
Same name and namespace in other branches
- 8 src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::setMembersIds()
Set members to the meeting.
Parameters
int[] $ids: The users IDs.
Return value
$this
1 method overrides MeetingInterface::setMembersIds()
- Meeting::setMembersIds in src/
Entity/ Meeting.php - Set members to the meeting.
File
- src/
MeetingInterface.php, line 224
Class
- MeetingInterface
- Provides an interface defining a Workspace entity.
Namespace
Drupal\opigno_moxtraCode
public function setMembersIds($ids);