You are here

public function OpignoScormPlayer::__construct in Opigno SCORM 3.x

Same name and namespace in other branches
  1. 8 src/OpignoScormPlayer.php \Drupal\opigno_scorm\OpignoScormPlayer::__construct()

OpignoScormPlayer constructor.

File

src/OpignoScormPlayer.php, line 19

Class

OpignoScormPlayer
Class OpignoScormPlayer.

Namespace

Drupal\opigno_scorm

Code

public function __construct(Connection $database, OpignoScorm $scorm_service) {
  $this->database = $database;
  $this->scorm_service = $scorm_service;
}