You are here

public function Course::getNode in Course 7

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

File

includes/Course.inc, line 210

Class

Course
An object that holds CourseObjects and tracker functions?

Code

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