You are here

public function MeetingInterface::setTrainingId in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::setTrainingId()

Sets the ID of the related training.

Parameters

int|null $id: The ID of the related training.

Return value

$this

1 method overrides MeetingInterface::setTrainingId()
Meeting::setTrainingId in src/Entity/Meeting.php
Sets the ID of the related training.

File

src/MeetingInterface.php, line 127

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function setTrainingId($id);