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