You are here

public function Course::setUser in Course 7

File

includes/Course.inc, line 235

Class

Course
An object that holds CourseObjects and tracker functions?

Code

public function setUser($account) {
  $this->user = $account;
}