You are here

public function CourseReport::getCourse in Course 6

Same name and namespace in other branches
  1. 7.2 includes/CourseReport.inc \CourseReport::getCourse()
  2. 7 includes/CourseReport.inc \CourseReport::getCourse()

Get the course of this tracker.

Return value

Course

File

includes/course.core.inc, line 299
course.core.inc File for main Course class.

Class

CourseReport
Holds a user's total progress through a course and functionality to check for completion of required objects.

Code

public function getCourse() {
  return $this->course;
}