You are here

public function CourseObject::getViewUrl in Course 7

Same name and namespace in other branches
  1. 7.2 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 653

Class

CourseObject
Parent abstract base class of all course objects.

Code

public function getViewUrl() {
}