public function Course::getNode in Course 6
Same name and namespace in other branches
- 7.2 includes/Course.inc \Course::getNode()
- 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;
}