You are here

public function ILTInterface::setMembersIds in Opigno Instructor-led Trainings 8

Same name and namespace in other branches
  1. 3.x src/ILTInterface.php \Drupal\opigno_ilt\ILTInterface::setMembersIds()

Set members to the ILT.

Parameters

int[] $ids: The users IDs.

Return value

$this

1 method overrides ILTInterface::setMembersIds()
ILT::setMembersIds in src/Entity/ILT.php
Set members to the ILT.

File

src/ILTInterface.php, line 214

Class

ILTInterface
Provides an interface defining a ILT entity.

Namespace

Drupal\opigno_ilt

Code

public function setMembersIds(array $ids);