public function CourseObject::getViewUrl in Course 7.2
Same name and namespace in other branches
- 7 includes/CourseObject.inc \CourseObject::getViewUrl()
Get the URL to view this course object, if any.
Return value
string
1 call to CourseObject::getViewUrl()
- CourseObject::getOptionsSummary in includes/
CourseObject.inc - Get core options summary.
1 method overrides CourseObject::getViewUrl()
- CourseObjectNode::getViewUrl in includes/
CourseObjectNode.inc - Get the URL to view this course object, if any.
File
- includes/
CourseObject.inc, line 706
Class
- CourseObject
- Parent abstract base class of all course objects.
Code
public function getViewUrl() {
}