You are here

public function ILTInterface::setNotifiedMembersIds in Opigno Instructor-led Trainings 3.x

Same name and namespace in other branches
  1. 8 src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::setNotifiedMembersIds()

Sets ids of the recipient for email notification to the ILT.

Parameters

int[] $ids: The users IDs.

Return value

$this

1 method overrides ILTInterface::setNotifiedMembersIds()
ILT::setNotifiedMembersIds in src/Entity/ILT.php
Sets ids of the recipient for email notification to the ILT.

File

src/ILTInterface.php, line 260

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function setNotifiedMembersIds(array $ids);