You are here

public function Course::getUser in Course 7

Same name and namespace in other branches
  1. 6 includes/course.core.inc \Course::getUser()
1 call to Course::getUser()
Course::getObjects in includes/Course.inc
Get the course objects in this course.

File

includes/Course.inc, line 242

Class

Course
An object that holds CourseObjects and tracker functions?

Code

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