You are here

public function Progress::__construct in Opigno Learning path 3.x

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

Constructs a new Progress object.

File

src/Progress.php, line 48

Class

Progress
Class JoinService.

Namespace

Drupal\opigno_learning_path

Code

public function __construct(AccountInterface $current_user, $database, RequestStack $request_stack) {
  $this->currentUser = $current_user;
  $this->database = $database;
  $this->requestStack = $request_stack;
}