You are here

public function Course::getNode in Course 7.2

Same name and namespace in other branches
  1. 6 includes/course.core.inc \Course::getNode()
  2. 7 includes/Course.inc \Course::getNode()

File

includes/Course.inc, line 191

Class

Course
An object that holds CourseObjects and tracker functions?

Code

public function getNode() {
  return node_load($this->nid);
}