You are here

public function Course::getUser in Course 6

Same name and namespace in other branches
  1. 7 includes/Course.inc \Course::getUser()

File

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

Class

Course
An object that holds CourseObjects and tracker functions?

Code

public function getUser() {
  return $this->user;
}