public function ILTResultInterface::setILTId in Opigno Instructor-led Trainings 8
Same name and namespace in other branches
- 3.x src/ILTResultInterface.php \Drupal\opigno_ilt\ILTResultInterface::setILTId()
Sets the ILT ID.
Parameters
int $id: The ILT id.
Return value
$this
1 method overrides ILTResultInterface::setILTId()
- ILTResult::setILTId in src/
Entity/ ILTResult.php - Sets the ILT ID.
File
- src/
ILTResultInterface.php, line 48
Class
- ILTResultInterface
- Provides an interface defining a ILT Result entity.
Namespace
Drupal\opigno_iltCode
public function setILTId($id);