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