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