You are here

public function Course::getNode in Course 6

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

File

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

Class

Course
An object that holds CourseObjects and tracker functions?

Code

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