public function OpignoScormPlayer::__construct in Opigno SCORM 8
Same name and namespace in other branches
- 3.x src/OpignoScormPlayer.php \Drupal\opigno_scorm\OpignoScormPlayer::__construct()
OpignoScormPlayer constructor.
File
- src/
OpignoScormPlayer.php, line 19
Class
- OpignoScormPlayer
- Class OpignoScormPlayer.
Namespace
Drupal\opigno_scormCode
public function __construct(Connection $database, OpignoScorm $scorm_service) {
$this->database = $database;
$this->scorm_service = $scorm_service;
}