You are here

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

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

Adds member that received the email notification to the meeting.

Parameters

int $uid: The user ID.

Return value

$this

1 method overrides MeetingInterface::addNotifiedMember()
Meeting::addNotifiedMember in src/Entity/Meeting.php
Adds member that received the email notification to the meeting.

File

src/MeetingInterface.php, line 242

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function addNotifiedMember($uid);